mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
fix private-etc ordering
This commit is contained in:
parent
28b37ef338
commit
0de9f3cfd4
1 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ shell none
|
|||
private-bin electron-mail
|
||||
private-cache
|
||||
private-dev
|
||||
private-etc alternatives,ca-certificates,crypto-policies,fonts,gtk-2.0,gtk-3.0,nsswitch.conf,pki,resolv.conf,ssl,selinux,xdg
|
||||
private-etc alternatives,ca-certificates,crypto-policies,fonts,gtk-2.0,gtk-3.0,nsswitch.conf,pki,resolv.conf,selinux,ssl,xdg
|
||||
private-opt ElectronMail
|
||||
private-tmp
|
||||
|
||||
|
|
@ -53,4 +53,4 @@ private-tmp
|
|||
# dbus-user none
|
||||
dbus-system none
|
||||
|
||||
# memory-deny-write-execute - breaks on Arch
|
||||
# memory-deny-write-execute - breaks on Arch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue