add security-related script - set capabilities 26/70426/2 accepted/tizen/common/20160523.144118 accepted/tizen/ivi/20160523.103044 accepted/tizen/mobile/20160523.103052 accepted/tizen/tv/20160523.102943 accepted/tizen/wearable/20160523.103020 submit/tizen/20160523.075456
authorKidong Kim <kd0228.kim@samsung.com>
Thu, 19 May 2016 07:57:17 +0000 (16:57 +0900)
committerHyungGi Lee <hyunggi.lee@samsung.com>
Mon, 23 May 2016 07:52:18 +0000 (00:52 -0700)
Change-Id: If69912e80f1b96f02607098a28d89ab2e005c2e5

scripts/generic-security.post [new file with mode: 0644]

diff --git a/scripts/generic-security.post b/scripts/generic-security.post
new file mode 100644 (file)
index 0000000..685ba45
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+echo "#################### generic-security.post ####################"
+
+if [ -e /usr/share/security-config/set_capability ]; then
+       echo 'Give capabilities to daemons via set_capability from security-config package'
+       /usr/share/security-config/set_capability
+fi