When user uses dbus-send in the shell process, these privileges can be allowed.
Therefore, privilege checks for these were meaningless.
pkgcmd tools will have "System" execute label,
so we can remove these privileges from User:Shell client.
Change-Id: I56bb4c3d2ef270fada6ce8725eccb4390e2b718f
# Root shell get access to all privileges
cyad --set-policy --bucket=MANIFESTS_GLOBAL --client="User::Shell" --user="0" --privilege="*" --type=ALLOW
-# Shell process get access to packagemanager.admin privilege to install applications
-cyad --set-policy --bucket=MANIFESTS_GLOBAL --client="User::Shell" --user="*" --privilege="http://tizen.org/privilege/packagemanager.admin" --type=ALLOW
-
-# Shell process get access to packagemanager.info privilege to debug applications
-cyad --set-policy --bucket=MANIFESTS_GLOBAL --client="User::Shell" --user="*" --privilege="http://tizen.org/privilege/packagemanager.info" --type=ALLOW
-
# Load privilege-group mappings
(
echo "BEGIN;"