change the user of the daemon from system to security_fw 13/70113/1 accepted/tizen/common/20160518.125151 accepted/tizen/mobile/20160518.090900 submit/tizen/20160518.071416
authorKyoungyong Lee <bluevox@naver.com>
Wed, 18 May 2016 07:05:13 +0000 (16:05 +0900)
committerKyoungyong Lee <bluevox@naver.com>
Wed, 18 May 2016 07:05:24 +0000 (16:05 +0900)
Change-Id: I8213e7b2f0a4acebc81774f5b84842d76195267c

packaging/privacy-guard-server.service
packaging/privacy-guard-server.socket

index 3d6b105..60806f6 100755 (executable)
@@ -2,8 +2,8 @@
 Description=Privacy Guard Server
 
 [Service]
-User=system
-Group=system
+User=security_fw
+Group=security_fw
 Type=simple
 ExecStart=/usr/bin/privacy-guard-server
 Sockets=privacy-guard-server.socket
index 9d165a2..88c9086 100755 (executable)
@@ -2,8 +2,8 @@
 Description=Privacy Guard Socket
 
 [Socket]
-SocketUser=system
-SocketGroup=system
+SocketUser=security_fw
+SocketGroup=security_fw
 ListenStream=/tmp/privacy_guard_server
 SocketMode=0777