firejail/etc/templates
Kelvin M. Klann 9cfeb485eb landlock: use "landlock.fs." prefix in filesystem commands
Since Landlock ABI v4 it is possible to restrict actions related to the
network and potentially more areas will be added in the future.

So use `landlock.fs.` as the prefix in the current filesystem-related
commands (and later `landlock.net.` for the network-related commands) to
keep them organized and to match what is used in the kernel.

Examples of filesystem and network access flags:

* `LANDLOCK_ACCESS_FS_EXECUTE`: Execute a file.
* `LANDLOCK_ACCESS_FS_READ_DIR`: Open a directory or list its content.
* `LANDLOCK_ACCESS_NET_BIND_TCP`: Bind a TCP socket to a local port.
* `LANDLOCK_ACCESS_NET_CONNECT_TCP`: Connect an active TCP socket to a
  remote port.

Relates to #6078.
2024-02-27 22:27:46 -03:00
..
profile.template landlock: use "landlock.fs." prefix in filesystem commands 2024-02-27 22:27:46 -03:00
redirect_alias-profile.template Update wording in templates (#2815) 2019-06-30 20:51:17 +00:00
syscalls.txt Fix wrong syscall names for s390_pci_mmio_{read,write} 2023-08-26 21:48:44 +03:00