Skip to content

Commit

Permalink
virtualbox: add required capabilities
Browse files Browse the repository at this point in the history
VirtualBox has several setuid binaries which need cap_sys_admin, cap_net_raw and cap_sys_nice to work properly.

Fixes #2868
  • Loading branch information
Vincent43 committed Aug 13, 2019
1 parent 61e1bb4 commit d94e38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/virtualbox.profile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ whitelist ${DOWNLOADS}
include whitelist-common.inc
include whitelist-var-common.inc

caps.drop all
caps.keep sys_admin,net_raw,sys_nice
netfilter
nodvd
notv

0 comments on commit d94e38a

Please sign in to comment.