fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include <tunables/global>
|
||||
|
||||
profile hassio_telegraf flags=(attach_disconnected,mediate_deleted) {
|
||||
profile hassio_docker_socket_proxy flags=(attach_disconnected,mediate_deleted) {
|
||||
#include <abstractions/base>
|
||||
|
||||
# Capabilities
|
||||
|
||||
@@ -24,12 +24,12 @@ profile hassio_promtail flags=(attach_disconnected,mediate_deleted) {
|
||||
network udp,
|
||||
|
||||
# S6-Overlay
|
||||
/init ix,
|
||||
/bin/** ix,
|
||||
/usr/bin/** ix,
|
||||
/run/{s6,s6-rc*,service}/** ix,
|
||||
/package/** ix,
|
||||
/command/** ix,
|
||||
/init rix,
|
||||
/bin/** rix,
|
||||
/usr/bin/** rix,
|
||||
/run/{s6,s6-rc*,service}/** rix,
|
||||
/package/** rix,
|
||||
/command/** rix,
|
||||
/etc/** rwix,
|
||||
/etc/services.d/** rwix,
|
||||
/etc/cont-init.d/** rwix,
|
||||
@@ -40,7 +40,7 @@ profile hassio_promtail flags=(attach_disconnected,mediate_deleted) {
|
||||
/usr/share/zoneinfo/{,**} r,
|
||||
|
||||
# Bashio
|
||||
/usr/lib/bashio/** ix,
|
||||
/usr/lib/bashio/** rix,
|
||||
/tmp/** rwk,
|
||||
|
||||
# Options.json & addon data
|
||||
|
||||
Reference in New Issue
Block a user