Remove unnecessary smack label for running sdbd. 28/74228/2 accepted/tizen/common/20160613.144932 accepted/tizen/ivi/20160613.123735 accepted/tizen/mobile/20160613.123836 accepted/tizen/tv/20160613.123730 accepted/tizen/wearable/20160613.123819 submit/tizen/20160613.092833
authorKim Gunsoo <gunsoo83.kim@samsung.com>
Mon, 13 Jun 2016 09:04:58 +0000 (18:04 +0900)
committerKim Gunsoo <gunsoo83.kim@samsung.com>
Mon, 13 Jun 2016 09:17:30 +0000 (18:17 +0900)
- The label(User) of the running sdbd no longer needed.

Change-Id: I6b4918d332e73d6db71a584c6a1d37906b8f6a8d
Signed-off-by: Kim Gunsoo <gunsoo83.kim@samsung.com>
packaging/sdbd.spec
packaging/sdbd_emulator.service
packaging/sdbd_tcp.service

index 7bde2d9..6a3da0b 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:       sdbd
 Summary:    SDB daemon
-Version:    3.0.11
+Version:    3.0.12
 Release:    0
 License:    Apache-2.0
 Summary:    SDB daemon
index 3db25cf..b477d5a 100644 (file)
@@ -9,7 +9,6 @@ Type=forking
 Environment=DISPLAY=:0
 PIDFile=/tmp/.sdbd.pid
 RemainAfterExit=yes
-SmackProcessLabel=User
 #ExecStartPre=/bin/bash -c "/bin/echo '10.0.2.15/32 system::debugging_network' >> /smack/netlabel"
 ExecStart=/bin/sh -c "/usr/sbin/sdbd `/usr/bin/awk '{match($0, /sdb_port=([0-9]+)/,port_match); match($0, /vm_name=([^, ]*)/,vm_match); print \"--emulator=\" vm_match[1] \":\" port_match[1] \" --connect-to=10.0.2.2:26099\" \" --sensors=10.0.2.2:\"port_match[1]+3 }' /proc/cmdline`"
 
index 4ded27c..46b4266 100644 (file)
@@ -7,5 +7,4 @@ Type=forking
 Environment=DISPLAY=:0
 PIDFile=/tmp/.sdbd.pid
 RemainAfterExit=yes
-SmackProcessLabel=User
 ExecStart=/usr/sbin/sdbd --listen-port=26101