Skip to content

Commit

Permalink
Adjust apparmor for s6 v3
Browse files Browse the repository at this point in the history
  • Loading branch information
mdegat01 committed Jul 7, 2022
1 parent 673e5ed commit 5f868e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sharry/apparmor.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ profile sharry flags=(attach_disconnected,mediate_deleted) {
/init rix,
/bin/** rix,
/usr/bin/** rix,
@{do_etc}/s6/** rix,
@{do_etc}/fix-attrs.d/{,*} r,
@{do_etc}/services.d/{,**} rix,
@{do_etc}/cont-{init,finish}.d/{,**} rix,
@{do_etc}/s6*/** r,
@{do_etc}/fix-attrs.d/{,**} r,
@{do_etc}/cont-{init,finish}.d/{,**} rwix,
@{do_etc}/services.d/{,**} rwix,
@{do_run}/{s6,s6-rc*,service}/** rix,
/command/** rix,
/package/** rix,
Expand Down

0 comments on commit 5f868e6

Please sign in to comment.