Set SmackProcessLabel in service files 45/80845/1 accepted/tizen/common/20160721.175800 accepted/tizen/ivi/20160721.090747 accepted/tizen/mobile/20160721.090454 accepted/tizen/tv/20160721.091311 accepted/tizen/wearable/20160721.091020 submit/tizen/20160721.003054
authorYunjin Lee <yunjin-.lee@samsung.com>
Wed, 20 Jul 2016 11:12:32 +0000 (20:12 +0900)
committerYunjin Lee <yunjin-.lee@samsung.com>
Wed, 20 Jul 2016 11:12:32 +0000 (20:12 +0900)
Change-Id: I6ce9ea92b78701727fe4f5997bb406bd9e1ac013
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
systemd/deviced-pre.service
systemd/deviced-vibrator.service
systemd/deviced.service
systemd/sdb-prestart.service
systemd/zbooting-done.service

index 0992d9d..5455512 100644 (file)
@@ -5,4 +5,5 @@ Before=deviced.service
 
 [Service]
 Type=oneshot
+SmackProcessLabel=System
 ExecStart=/usr/bin/deviced-pre.sh
index 14b1bb4..820b090 100644 (file)
@@ -4,6 +4,7 @@ After=deviced.service
 
 [Service]
 BusName=org.tizen.system.vibrator
+SmackProcessLabel=System
 ExecStart=/usr/bin/deviced-vibrator
 Restart=always
 RestartSec=0
index 38a153a..2c1c155 100644 (file)
@@ -6,6 +6,7 @@ Requires=deviced-pre.service tizen-system-env.service
 [Service]
 EnvironmentFile=-/run/tizen-system-env
 EnvironmentFile=/run/deviced/deviced_env
+SmackProcessLabel=System::Privileged
 ExecStart=/usr/bin/deviced
 Restart=always
 RestartSec=0
index 4e8e0e1..4c6d4c5 100644 (file)
@@ -3,6 +3,7 @@ Description=Enadle sdb at booting time
 DefaultDependencies=no
 
 [Service]
+SmackProcessLabel=System
 ExecStart=/usr/bin/direct_set_debug.sh --sdb-set
 
 [Install]
index a7e7017..2e6abe3 100644 (file)
@@ -4,6 +4,7 @@ After=default.target
 
 [Service]
 Type=oneshot
+SmackProcessLabel=System
 ExecStart=/usr/bin/dbus-send --type=signal --system /Org/Tizen/System/DeviceD/Core org.tizen.system.deviced.core.BootingDone
 
 [Install]