fix
This commit is contained in:
@@ -64,7 +64,7 @@ profile hassio_promtail flags=(attach_disconnected,mediate_deleted) {
|
|||||||
# Programs
|
# Programs
|
||||||
/usr/bin/promtail cx -> promtail_profile,
|
/usr/bin/promtail cx -> promtail_profile,
|
||||||
/usr/bin/yq Cx -> yq_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) {
|
profile promtail_profile flags=(attach_disconnected,mediate_deleted) {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
@@ -115,9 +115,9 @@ profile hassio_promtail flags=(attach_disconnected,mediate_deleted) {
|
|||||||
/dev/null k,
|
/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>
|
include <abstractions/base>
|
||||||
|
|
||||||
/** rwlkmix,
|
/** rwlkmix,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user