fix: integration tests.
This commit is contained in:
parent
018ca1b0b5
commit
b9eaa840bd
2 changed files with 6 additions and 1 deletions
1
.github/local/needrestart
vendored
1
.github/local/needrestart
vendored
|
|
@ -1,2 +1,3 @@
|
||||||
|
|
||||||
|
@{bin}/waagent r,
|
||||||
/var/lib/waagent/** r,
|
/var/lib/waagent/** r,
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@ profile deb-systemd-helper @{exec_path} {
|
||||||
|
|
||||||
/var/lib/systemd/deb-systemd-helper-enabled/** rw,
|
/var/lib/systemd/deb-systemd-helper-enabled/** rw,
|
||||||
/var/lib/systemd/deb-systemd-helper-masked/ rw,
|
/var/lib/systemd/deb-systemd-helper-masked/ rw,
|
||||||
|
/var/lib/systemd/deb-systemd-user-helper-enabled/** rw,
|
||||||
|
|
||||||
profile systemctl {
|
profile systemctl {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
|
|
@ -27,8 +28,11 @@ profile deb-systemd-helper @{exec_path} {
|
||||||
/etc/systemd/ r,
|
/etc/systemd/ r,
|
||||||
/etc/systemd/system/ r,
|
/etc/systemd/system/ r,
|
||||||
/etc/systemd/system/* rw,
|
/etc/systemd/system/* rw,
|
||||||
/etc/systemd/system/*.wants/ r,
|
/etc/systemd/system/*.wants/ rw,
|
||||||
/etc/systemd/system/*.wants/* rw,
|
/etc/systemd/system/*.wants/* rw,
|
||||||
|
/etc/systemd/user/ r,
|
||||||
|
/etc/systemd/user/*.wants/ rw,
|
||||||
|
/etc/systemd/user/*.wants/* rw,
|
||||||
|
|
||||||
include if exists <local/deb-systemd-helper_systemctl>
|
include if exists <local/deb-systemd-helper_systemctl>
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue