projects
/
platform
/
core
/
system
/
faultd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
849bccc
)
Drop SMACK privilege from System::Privileged to System
56/144956/2
submit/tizen/20170821.012629
author
Kunhoon Baik
<knhoon.baik@samsung.com>
Fri, 18 Aug 2017 12:50:57 +0000
(21:50 +0900)
committer
Kunhoon Baik
<knhoon.baik@samsung.com>
Fri, 18 Aug 2017 12:58:30 +0000
(12:58 +0000)
1) Faultd does not change Smack Label.
2) "System" Privilege has most read/write/access permission for most objects of Tizen.
Thus, Faultd should be executed as "System" Privilege.
Change-Id: I6a8b73995dc71c4181470700462137877eff7182
faultd.service.in
patch
|
blob
|
history
diff --git
a/faultd.service.in
b/faultd.service.in
index 69074f1a5a8b6e1f38003d6a4c2f19295b6f593f..0ad9ed751096d7ff0fc22dc610c86e1449c996ac 100644
(file)
--- a/
faultd.service.in
+++ b/
faultd.service.in
@@
-3,6
+3,7
@@
Description=Service Monitoring
[Service]
ExecStart=@sbindir@/faultd
+SmackProcessLabel=System
[Install]
WantedBy=multi-user.target