mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
fixes
This commit is contained in:
commit
8a08c221ce
3 changed files with 11 additions and 4 deletions
1
README
1
README
|
|
@ -29,6 +29,7 @@ Fred-Barclay (https://github.com/Fred-Barclay)
|
|||
- added 0ad profile
|
||||
- fixed version for deb packages
|
||||
- added Warzone2100 profile
|
||||
- blacklisted VeraCrypt
|
||||
avoidr (https://github.com/avoidr)
|
||||
- whitelist fix
|
||||
- recently-used.xbel fix
|
||||
|
|
|
|||
|
|
@ -26,6 +26,14 @@ blacklist ${HOME}/.VirtualBox
|
|||
blacklist ${HOME}/VirtualBox VMs
|
||||
blacklist ${HOME}/.config/VirtualBox
|
||||
|
||||
# VeraCrypt
|
||||
blacklist ${PATH}/veracrypt
|
||||
blacklist ${PATH}/veracrypt-uninstall.sh
|
||||
blacklist /usr/share/veracrypt
|
||||
blacklist /usr/share/applications/veracrypt.*
|
||||
blacklist /usr/share/pixmaps/veracrypt.*
|
||||
blacklist ${HOME}/.VeraCrypt
|
||||
|
||||
# var
|
||||
blacklist /var/spool/cron
|
||||
blacklist /var/spool/anacron
|
||||
|
|
|
|||
6
todo
6
todo
|
|
@ -74,11 +74,9 @@ CapEff: 0000000000000000
|
|||
CapBnd: 0000003fffffffff
|
||||
CapAmb: 0000000000000000
|
||||
|
||||
11. cleanup thunderbird profile - disable-common was commented out
|
||||
|
||||
12. check seccomp on Docker: https://docs.docker.com/engine/security/seccomp/
|
||||
11. check seccomp on Docker: https://docs.docker.com/engine/security/seccomp/
|
||||
Seccomp lists:
|
||||
https://github.com/torvalds/linux/blob/1e75a9f34a5ed5902707fb74b468356c55142b71/arch/x86/entry/syscalls/syscall_64.tbl
|
||||
https://github.com/torvalds/linux/blob/1e75a9f34a5ed5902707fb74b468356c55142b71/arch/x86/entry/syscalls/syscall_32.tbl
|
||||
|
||||
13. check for --chroot why .config/pulse dir is not created
|
||||
12. check for --chroot why .config/pulse dir is not created
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue