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