SMACK rule added
authorTaehwan Kim <taehwan8.kim@samsung.com>
Fri, 3 May 2013 02:09:20 +0000 (11:09 +0900)
committerTaehwan Kim <taehwan8.kim@samsung.com>
Fri, 3 May 2013 02:09:20 +0000 (11:09 +0900)
[Title] SMACK rule added
[Issue#] N/A
[Problem] N/A
[Cause] In the application, have the privilege to write about the Xorg.
        so add the read permission.
[Solution] webkit2-efl.manifest file modified

Change-Id: I0134c437de28f4b6dadf60b1ac250213e47812cb

webkit2-efl.manifest

index b478f52..09c8c1b 100644 (file)
@@ -3,7 +3,7 @@
         <domain name="webkit2-efl"/>
         <request>
             <smack request="system::homedir" type="arwxt"/>
-            <smack request="xorg" type="w"/>
+            <smack request="xorg" type="rw"/>
             <smack request="system::use_internet" type="rw"/>
             <smack request="ail::db" type="rw"/>
             <smack request="system::vconf" type="arwxt"/>