Fix grant all privileges to programs with "User" and "System" Smack labels 85/36585/1
authorRafal Krypa <r.krypa@samsung.com>
Tue, 10 Mar 2015 09:48:08 +0000 (10:48 +0100)
committerRafal Krypa <r.krypa@samsung.com>
Tue, 10 Mar 2015 09:51:08 +0000 (10:51 +0100)
Cynara rules for granting said policy was added to the wrong bucket.
Another bucket, with default "Deny" policy was shadowing them.
Adding the rules to the proper bucket now.

Change-Id: Iec6b3bd093e89c8b3629994681871c94f797187b
Signed-off-by: Rafal Krypa <r.krypa@samsung.com>
policy/security-manager-policy-reload

index 5a78f2d..274c49c 100755 (executable)
@@ -56,7 +56,7 @@ done
 # Non-application programs get access to all privileges
 for client in User System
 do
-    cyad --set-policy --bucket=MAIN --client="$client" --user="*" --privilege="*" --type=ALLOW
+    cyad --set-policy --bucket=MANIFESTS --client="$client" --user="*" --privilege="*" --type=ALLOW
 done
 
 # Load privilege-group mappings