diff options
author | Janusz Kozerski <j.kozerski@samsung.com> | 2013-07-08 12:08:47 +0200 |
---|---|---|
committer | Janusz Kozerski <j.kozerski@samsung.com> | 2013-07-08 12:53:25 +0200 |
commit | 3393635a6df937a03b4b21c5f6d99986edbcdf44 (patch) | |
tree | 5b2f47382fc0fccbd6678833320145278874e6a2 | |
parent | 6023bc3e9226784c24894fe69901391386d1f552 (diff) | |
download | smack-privilege-config-3393635a6df937a03b4b21c5f6d99986edbcdf44.tar.gz smack-privilege-config-3393635a6df937a03b4b21c5f6d99986edbcdf44.tar.bz2 smack-privilege-config-3393635a6df937a03b4b21c5f6d99986edbcdf44.zip |
Early rule loading - livebox issue.
[Issue#] SSDWSSP-298
[Bug/Feature] Livebox issue fix.
[Cause] Missing rules while showing homescreen.
[Solution] Add early-rules loading.
[Verification] Compile. Install at least 2 widgets, then check if /opt/etc/smack-app-early/accesses.d/WRT
file contains a "livebox.web-provider ~APP~ rwx" rule for every app.
Then uninstall one app and check if rule for this app is gone.
Others rules should remain untouched.
Change-Id: Ifc1b7cc2853656abea9f3d12c47133237a210586
-rw-r--r-- | permissions/WRT.smack | 1 | ||||
-rw-r--r-- | permissions/WRT_early.smack | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/permissions/WRT.smack b/permissions/WRT.smack index 146d2f6..caef8d7 100644 --- a/permissions/WRT.smack +++ b/permissions/WRT.smack @@ -67,7 +67,6 @@ nas9xepmna ~APP~ rwxa- ~APP~ wrt-security-daemon rwxa- ~APP~ osp::datacontrol rwxat ~APP~ livebox.web-provider rwx-- -livebox.web-provider ~APP~ rwx-- ~APP~ deviced rwxa- ~APP~ wrt-popup-wrt-runtime rwxa- ~APP~ privacy-manager::db rw diff --git a/permissions/WRT_early.smack b/permissions/WRT_early.smack new file mode 100644 index 0000000..40d9052 --- /dev/null +++ b/permissions/WRT_early.smack @@ -0,0 +1 @@ +livebox.web-provider ~APP~ rwx-- |