This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
apparmor.d
Watch
1
Star
0
Fork
0
You've already forked apparmor.d
mirror of
https://github.com/roddhjav/apparmor.d.git
synced
2024-11-14 23:43:56 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
664b23677e
apparmor.d
/
systemd
/
default
/
system
/
dbus-broker.service
6 lines
69 B
SYSTEMD
Raw
Normal View
History
Unescape
Escape
feat(systemd): ensure dbus service are started after apparmor.
2024-10-06 21:19:09 +02:00
[Unit]
After
=
apparmor.service
feat: ensure the dbus services start with the good profile. As the entrypoin is the same for system & session bus, it is required to use systemd to select the profile.
2024-03-16 22:52:38 +01:00
[Service]
AppArmorProfile
=
dbus-system
Reference in New Issue
Copy Permalink