mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
`@default-keep` should be used for syscalls used by Firejail itself only. We are moving some syscalls from `@default-keep` that do not meet this condition into the new group `@program-keep`. Syscalls in `@program-keep` are not forced to whitelist (we let users decide), but should never be present in `@default` and its sub-groups. Also move `execv` into `@obsolete` (sparc only, replaced by `execve`). |
||
|---|---|---|
| .. | ||
| syntax | ||
| vim | ||
| fix_private-bin.py | ||
| fj-mkdeb.py | ||
| fjclip.py | ||
| fjdisplay.py | ||
| fjresize.py | ||
| gdb-firejail.sh | ||
| jail_prober.py | ||
| sort.py | ||
| syscalls.sh | ||
| update_deb.sh | ||