mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-28 02:06:04 +02:00
23 lines
430 B
Plaintext
23 lines
430 B
Plaintext
#include <tunables/global>
|
|
|
|
profile aurral flags=(attach_disconnected,mediate_deleted) {
|
|
#include <abstractions/base>
|
|
|
|
file,
|
|
signal (send) set=(kill,term,int,hup,cont),
|
|
|
|
/init ix,
|
|
/bin/** ix,
|
|
/usr/bin/** ix,
|
|
/usr/local/bin/** ix,
|
|
/run/{s6,s6-rc*,fix-attrs.d}/** ix,
|
|
|
|
/share/aurral/** rwk,
|
|
/media/** rk,
|
|
/app/** rwk,
|
|
/config/aurral/** rwk,
|
|
|
|
deny /proc/*/net/if_inet6 r,
|
|
deny /proc/*/net/ipv6_route r,
|
|
}
|