aboutsummaryrefslogtreecommitdiffstats
path: root/src/bash_completion/firejail.bash_completion
Commit message (Collapse)AuthorAge
* Add first version of zsh completionLibravatar Harald Kubota2021-02-12
| | | | | | | | | | | | | | | | | | | | | | Don't have duplicate descriptions and put = signs where they belong to zsh completion function now dynamically adjusts for options (e.g. no --apparmor option without AppArmor configured) No EXTRA_CFLAGS for cpp Found main.c which does the argument processing. Moved some arguments into the correct #ifdef blocks Profile selection now much better Not more cpp. Using preproc.awk instead. Updated bash firejail command completion to add profiles ignore bash and zsh dynamically created completion scripts Moved bash/zsh completions out of ALL_ITEMS to fix make install Cleanup
* seccomp: allow defining separate filters for 32-bit archLibravatar Topi Miettinen2020-03-28
| | | | | | | | | | | | | | | | | | | | | System calls (names and numbers) are not exactly the same for 32 bit and 64 bit architectures. Let's allow defining separate filters for 32-bit arch using seccomp.32, seccomp.32.drop, seccomp.32.keep. This is useful for mixed 64/32 bit application environments like Steam and Wine. Implement protocol and mdwx filtering also for 32 bit arch. It's still better to block secondary archs completely if not needed. Lists of supported system calls are also updated. Warn if preload libraries would be needed due to trace, tracelog or postexecseccomp (seccomp.drop=execve etc), because a 32-bit dynamic linker does not understand the 64 bit preload libraries. Closes #3267. Signed-off-by: Topi Miettinen <toiwoton@gmail.com>
* Remove trailing whitespace from src/Libravatar Fred Barclay2017-05-24
|
* fix firejail bash completionLibravatar netblue302017-04-03
|
* --nowhitelistLibravatar netblue302017-03-09
|
* bash completion for --hosts-fileLibravatar netblue302017-01-22
|
* --read-write reworkLibravatar netblue302016-07-19
|
* audit feature: bash completionLibravatar netblue302016-07-05
|
* added webserver.net and nolocal.net network filtersLibravatar netblue302015-11-20
|
* implemented --whitelist optionLibravatar netblue302015-09-07
|
* moved bash completion files under srcLibravatar netblue302015-08-18