build(debian): update list of profile to hide.
Nb: we cannot use these profiles as they would break with apparmor.d profiles (they don't expect confined peer).
This commit is contained in:
parent
c7177eedde
commit
470025c090
1 changed files with 4 additions and 1 deletions
|
|
@ -11,9 +11,12 @@ import (
|
|||
)
|
||||
|
||||
// Hide is the default content of debian/apparmor.d.hide. Whonix has special addition.
|
||||
var Hide = `# This file is generated by "make", all edit will be lost.
|
||||
var Hide = `# This file is generated by "just", all edit will be lost.
|
||||
|
||||
/etc/apparmor.d/usr.bin.firefox
|
||||
/etc/apparmor.d/usr.bin.swtpm
|
||||
/etc/apparmor.d/usr.bin.wsdd
|
||||
/etc/apparmor.d/usr.libexec.geoclue
|
||||
/etc/apparmor.d/usr.sbin.cups-browsed
|
||||
/etc/apparmor.d/usr.sbin.cupsd
|
||||
/etc/apparmor.d/usr.sbin.rsyslogd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue