mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
units: limit caps for bus proxyd and driverd services
This commit is contained in:
parent
f98a58fe89
commit
5326b03f30
@ -12,3 +12,4 @@ Description=Bus Driver Service
|
|||||||
ExecStart=@rootlibexecdir@/systemd-bus-driverd
|
ExecStart=@rootlibexecdir@/systemd-bus-driverd
|
||||||
BusName=org.freedesktop.DBus
|
BusName=org.freedesktop.DBus
|
||||||
WatchdogSec=1min
|
WatchdogSec=1min
|
||||||
|
CapabilityBoundingSet=CAP_IPC_OWNER
|
||||||
|
@ -14,3 +14,4 @@ Description=Legacy D-Bus Protocol Compatibility Daemon
|
|||||||
# space available for this.
|
# space available for this.
|
||||||
ExecStart=@rootlibexecdir@/systemd-bus-proxyd xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
ExecStart=@rootlibexecdir@/systemd-bus-proxyd xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
||||||
NotifyAccess=main
|
NotifyAccess=main
|
||||||
|
CapabilityBoundingSet=CAP_IPC_OWNER
|
||||||
|
Loading…
Reference in New Issue
Block a user