feat: improve dbus integration for chsh, better handling of generic needrestart.
This commit is contained in:
parent
3690a4c327
commit
14e9fea29a
5 changed files with 12 additions and 3 deletions
2
.github/local/needrestart
vendored
Normal file
2
.github/local/needrestart
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
/var/lib/waagent/** r,
|
||||
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
|
@ -94,6 +94,7 @@ jobs:
|
|||
sudo apt-get install -y \
|
||||
apparmor-profiles apparmor-utils \
|
||||
bats bats-support
|
||||
sudo install -Dm0644 .github/local/needrestart /etc/apparmor.d/local/needrestart
|
||||
|
||||
- name: Install apparmor.d
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue