Use HEAD to refer to other projects' default branches in documentation
This makes the URL independent of the name they have chosen for their default branches. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
## The bubblewrap Project Community Code of Conduct
|
## The bubblewrap Project Community Code of Conduct
|
||||||
|
|
||||||
The bubblewrap project follows the [Containers Community Code of Conduct](https://github.com/containers/common/blob/master/CODE-OF-CONDUCT.md).
|
The bubblewrap project follows the [Containers Community Code of Conduct](https://github.com/containers/common/blob/HEAD/CODE-OF-CONDUCT.md).
|
||||||
|
@@ -117,7 +117,7 @@ Seccomp filters: You can pass in seccomp filters that limit which syscalls can b
|
|||||||
Related project comparison: Firejail
|
Related project comparison: Firejail
|
||||||
------------------------------------
|
------------------------------------
|
||||||
|
|
||||||
[Firejail](https://github.com/netblue30/firejail/tree/master/src/firejail)
|
[Firejail](https://github.com/netblue30/firejail/tree/HEAD/src/firejail)
|
||||||
is similar to Flatpak before bubblewrap was split out in that it combines
|
is similar to Flatpak before bubblewrap was split out in that it combines
|
||||||
a setuid tool with a lot of desktop-specific sandboxing features. For
|
a setuid tool with a lot of desktop-specific sandboxing features. For
|
||||||
example, Firejail knows about Pulseaudio, whereas bubblewrap does not.
|
example, Firejail knows about Pulseaudio, whereas bubblewrap does not.
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
## Security and Disclosure Information Policy for the bubblewrap Project
|
## Security and Disclosure Information Policy for the bubblewrap Project
|
||||||
|
|
||||||
The bubblewrap Project follows the [Security and Disclosure Information Policy](https://github.com/containers/common/blob/master/SECURITY.md) for the Containers Projects.
|
The bubblewrap Project follows the [Security and Disclosure Information Policy](https://github.com/containers/common/blob/HEAD/SECURITY.md) for the Containers Projects.
|
||||||
|
@@ -3068,8 +3068,8 @@ main (int argc,
|
|||||||
* Both runc and LXC are using this "alternative" method for
|
* Both runc and LXC are using this "alternative" method for
|
||||||
* setting up the root of the container:
|
* setting up the root of the container:
|
||||||
*
|
*
|
||||||
* https://github.com/opencontainers/runc/blob/master/libcontainer/rootfs_linux.go#L671
|
* https://github.com/opencontainers/runc/blob/HEAD/libcontainer/rootfs_linux.go#L671
|
||||||
* https://github.com/lxc/lxc/blob/master/src/lxc/conf.c#L1121
|
* https://github.com/lxc/lxc/blob/HEAD/src/lxc/conf.c#L1121
|
||||||
*/
|
*/
|
||||||
if (pivot_root (".", ".") != 0)
|
if (pivot_root (".", ".") != 0)
|
||||||
die_with_error ("pivot_root(/newroot)");
|
die_with_error ("pivot_root(/newroot)");
|
||||||
|
Reference in New Issue
Block a user