mirror of
https://github.com/home-assistant/version.git
synced 2025-07-20 16:50:45 +00:00
Update apparmor profile to support git in Alpine 3.18 (#333)
Corrected attempt of #329. The profile loads correctly now, the issue seems to be addressed with this new profile loaded.
This commit is contained in:
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Reference in New Issue
Block a user