From: Kichan Kwon Date: Tue, 2 Jul 2019 06:28:40 +0000 (+0900) Subject: Set the SMACK label of dummy_file X-Git-Tag: submit/tizen/20190702.064914^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ed80c42ab19bc867fd561effe5ce7171a9213ad3;p=platform%2Fcore%2Fsecurity%2Fsecurity-config.git Set the SMACK label of dummy_file Change-Id: Iafcbc574541fb3e247dd5c654b32a2b14bb5a91f Signed-off-by: Kichan Kwon --- diff --git a/upgrade/201.security_upgrade.sh b/upgrade/201.security_upgrade.sh index 581bfbe..d9e7883 100644 --- a/upgrade/201.security_upgrade.sh +++ b/upgrade/201.security_upgrade.sh @@ -25,6 +25,7 @@ if [ ! -e /opt/share/security-config/dummy_file ] then touch /opt/share/security-config/dummy_file chmod 600 /opt/share/security-config/dummy_file + chsmack -a "_" /opt/share/security-config/dummy_file fi # start cynara & security-manager