mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Update virtualbox.profile
This commit is contained in:
parent
743df7f3d8
commit
0366efbeb5
1 changed files with 12 additions and 2 deletions
|
|
@ -1,12 +1,22 @@
|
|||
# VirtualBox profile
|
||||
# virtualbox profile
|
||||
noblacklist ${HOME}/.VirtualBox
|
||||
noblacklist ${HOME}/VirtualBox VMs
|
||||
noblacklist ${HOME}/.config/VirtualBox
|
||||
noblacklist /usr/bin/virtualbox
|
||||
|
||||
mkdir ~/VirtualBox VMs
|
||||
whitelist ~/VirtualBox VMs
|
||||
mkdir ~/.config/VirtualBox
|
||||
whitelist ~/.config/VirtualBox
|
||||
|
||||
# noblacklist /usr/bin/virtualbox
|
||||
noblacklist /usr/lib/virtualbox
|
||||
noblacklist /usr/lib64/virtualbox
|
||||
include /etc/firejail/disable-common.inc
|
||||
include /etc/firejail/disable-programs.inc
|
||||
include /etc/firejail/disable-passwdmgr.inc
|
||||
include /etc/firejail/whitelist-common.inc
|
||||
|
||||
caps.drop all
|
||||
netfilter
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue