forked from pool/systemd
19 lines
696 B
Diff
19 lines
696 B
Diff
|
Basedo n a55954297dade7b432fd3a4f328f23261621ff79 Mon Sep 17 00:00:00 2001
|
||
|
From: Lennart Poettering <lennart@poettering.net>
|
||
|
Date: Thu, 19 Jun 2014 19:53:16 +0200
|
||
|
Subject: [PATCH] units: add missing caps so that GetAddresses() can work
|
||
|
|
||
|
---
|
||
|
units/systemd-machined.service.in | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
--- units/systemd-machined.service.in
|
||
|
+++ units/systemd-machined.service.in 2014-06-24 11:26:19.554235869 +0000
|
||
|
@@ -15,5 +15,5 @@ After=machine.slice
|
||
|
[Service]
|
||
|
ExecStart=@rootlibexecdir@/systemd-machined
|
||
|
BusName=org.freedesktop.machine1
|
||
|
-CapabilityBoundingSet=CAP_KILL
|
||
|
+CapabilityBoundingSet=CAP_KILL CAP_SYS_PTRACE CAP_SYS_ADMIN CAP_SETGID
|
||
|
WatchdogSec=1min
|