Run murphyd.service with the User label
authorPatrick McCarty <patrick.mccarty@linux.intel.com>
Tue, 10 Dec 2013 23:49:54 +0000 (15:49 -0800)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Thu, 8 Jan 2015 16:37:11 +0000 (18:37 +0200)
The murphy daemon is running as 'app' user, as is pulseaudio, so change
the Smack label for this service to match that of pulseaudio.

Change-Id: Ifd6cb7532767c99edeed5f97a830f5d6faaa03e4
Signed-off-by: Patrick McCarty <patrick.mccarty@linux.intel.com>
packaging.in/murphyd.service

index 3b51f59..ce58318 100644 (file)
@@ -6,6 +6,7 @@ Type=simple
 User=app
 Group=app
 ExecStart=/usr/bin/murphyd -t systemd -vvv -f
+SmackExecLabel=User
 KillSignal=SIGTERM
 
 [Install]