Skip to content

Commit

Permalink
Update apparmor profile to support git in Alpine 3.18 (#333)
Browse files Browse the repository at this point in the history
Corrected attempt of #329. The profile loads correctly now, the issue
seems to be addressed with this new profile loaded.
  • Loading branch information
agners authored Oct 26, 2023
1 parent ae75cac commit 5e3ab1c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apparmor.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ profile hassio-supervisor flags=(attach_disconnected,mediate_deleted) {
signal (receive) set=(term),

/bin/busybox ix,
/usr/bin/git mr,
/usr/bin/git mrix,
/usr/libexec/git-core/* ix,

deny /data/homeassistant rw,
Expand Down
2 changes: 1 addition & 1 deletion apparmor_beta.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ profile hassio-supervisor flags=(attach_disconnected,mediate_deleted) {
signal (receive) set=(term),

/bin/busybox ix,
/usr/bin/git mr,
/usr/bin/git mrix,
/usr/libexec/git-core/* ix,

deny /data/homeassistant rw,
Expand Down
2 changes: 1 addition & 1 deletion apparmor_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ profile hassio-supervisor flags=(attach_disconnected,mediate_deleted) {
signal (receive) set=(term),

/bin/busybox ix,
/usr/bin/git mr,
/usr/bin/git mrix,
/usr/libexec/git-core/* ix,

deny /data/homeassistant rw,
Expand Down
2 changes: 1 addition & 1 deletion apparmor_stable.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ profile hassio-supervisor flags=(attach_disconnected,mediate_deleted) {
signal (receive) set=(term),

/bin/busybox ix,
/usr/bin/git mr,
/usr/bin/git mrix,
/usr/libexec/git-core/* ix,

deny /data/homeassistant rw,
Expand Down

0 comments on commit 5e3ab1c

Please sign in to comment.