Skip to content

Commit

Permalink
apparmor: disable exec from home by default
Browse files Browse the repository at this point in the history
Executing from /home was supposed to be disabled by default
  • Loading branch information
Vincent43 committed Aug 27, 2018
1 parent 1b309f8 commit 9c6ce24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/firejail-default
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ deny /proc/@{PID}/oom_score_adj w,
/{,run/firejail/mnt/oroot/}{,usr/,usr/local/}games/** ix,
/{,run/firejail/mnt/oroot/}{,usr/,usr/local/}lib{,32,64}/** ix,
/{,run/firejail/mnt/oroot/}{,usr/,usr/local/}opt/** ix,
/{,run/firejail/mnt/oroot/}{,usr/,usr/local/}home/** ix,
#/{,run/firejail/mnt/oroot/}{,usr/,usr/local/}home/** ix,

# Appimage support
/{,run/firejail/mnt/oroot/}{,var/}run/firejail/appimage/** ix,
Expand Down

0 comments on commit 9c6ce24

Please sign in to comment.