This commit is contained in:
2023-08-25 18:36:10 +02:00
parent 9a76833ac3
commit 60e1e819cf

View File

@@ -64,7 +64,7 @@ profile hassio_promtail flags=(attach_disconnected,mediate_deleted) {
# Programs
/usr/bin/promtail cx -> promtail_profile,
/usr/bin/yq Cx -> yq_profile,
/usr/sbin/dpkg-reconfigure Cx,
/usr/sbin/dpkg-reconfigure Cx -> dpkg_reconfigure_profile,
profile promtail_profile flags=(attach_disconnected,mediate_deleted) {
include <abstractions/base>
@@ -115,9 +115,9 @@ profile hassio_promtail flags=(attach_disconnected,mediate_deleted) {
/dev/null k,
}
profile /usr/sbin/dpkg-reconfigure flags=(attach_disconnected,mediate_deleted) {
profile dpkg_reconfigure_profile flags=(attach_disconnected,mediate_deleted) {
include <abstractions/base>
/** rwlkmix,
/** rwlkmix,
}
}