projects
/
platform
/
core
/
security
/
security-config.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5673f23
)
Fix typo.
68/217368/1
accepted/tizen/5.5/unified/20191112.033624
submit/tizen_5.5/20191111.033737
author
jin-gyu.kim
<jin-gyu.kim@samsung.com>
Mon, 11 Nov 2019 03:34:06 +0000
(12:34 +0900)
committer
jin-gyu.kim
<jin-gyu.kim@samsung.com>
Mon, 11 Nov 2019 03:35:10 +0000
(12:35 +0900)
- Add missing "fi" in "if-then-fi".
Change-Id: I21ca8c61b7c841279b49078a97770e8b0d382bd5
config/set_capability
patch
|
blob
|
history
diff --git
a/config/set_capability
b/config/set_capability
index e7e595dcecb492ca10a169c30215a1be4754d1ca..5907e40e0b2ea135cd9b0ba82622a716eec6d02f 100755
(executable)
--- a/
config/set_capability
+++ b/
config/set_capability
@@
-454,6
+454,7
@@
fi
if [ -e "/usr/bin/dotnet-hydra-launcher" ]
then /usr/sbin/setcap cap_setgid,cap_sys_admin=ei /usr/bin/dotnet-hydra-launcher
+fi
# Package platform/core/telephony/telephony-daemon
# Owner Shinhui Kang(sinikang@samsung.com)