add Smack rule
authorMyoungJune Park <mj2004.park@samsung.com>
Fri, 3 May 2013 11:41:34 +0000 (20:41 +0900)
committerMyoungJune Park <mj2004.park@samsung.com>
Fri, 3 May 2013 11:41:34 +0000 (20:41 +0900)
packaging/capi-system-system-settings.spec
system-settings.manifest [new file with mode: 0644]

index 796c3b4..6f4bb22 100755 (executable)
@@ -58,6 +58,7 @@ cp -f LICENSE.APLv2 %{buildroot}/usr/share/license/%{name}
 
 
 %files
+%manifest system-settings.manifest
 %{_libdir}/lib*.so.*
 /usr/share/license/%{name}
 # /usr/local/bin/test_system_settings
diff --git a/system-settings.manifest b/system-settings.manifest
new file mode 100644 (file)
index 0000000..2de964c
--- /dev/null
@@ -0,0 +1,10 @@
+<manifest>
+       <define>
+               <domain name="capi-system-system-settings"/>
+       </define>
+       <assign>
+               <filesystem path="/usr/ug/lib/*" label="_"/>
+               <filesystem path="/usr/ug/res/*" label="_"/>
+               <filesystem path="/usr/ug/bin/*" label="_" exec_label="_"/>
+       </assign>
+</manifest>