Skip to content

Commit

Permalink
AppArmor: Allow writing to removable media
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent43 committed Oct 2, 2018
1 parent 3612fbb commit 2216780
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etc/firejail-default
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ owner /{,run/firejail/mnt/oroot/}{,var/}run/user/[0-9]*/orcexec.* w,

owner /{,run/firejail/mnt/oroot/}{run,dev}/shm/** w,

# Allow writing to removable media
owner /{,var/}run/media/** w,

# Allow logging Firejail blacklist violations to journal
/{,var/}run/systemd/journal/socket w,
/{,var/}run/systemd/journal/dev-log w,
Expand Down

0 comments on commit 2216780

Please sign in to comment.