Skip to content
Snippets Groups Projects
Commit d998ffe6 authored by Geremy Condra's avatar Geremy Condra Committed by Android Git Automerger
Browse files

am 0bca1578: Merge "Drop SELinux management rules from AOSP."

* commit '0bca1578':
  Drop SELinux management rules from AOSP.
parents 1804dcbf 0bca1578
No related branches found
No related tags found
No related merge requests found
...@@ -30,22 +30,6 @@ selinux_getenforce(system_app) ...@@ -30,22 +30,6 @@ selinux_getenforce(system_app)
# Settings app reads sdcard for storage stats # Settings app reads sdcard for storage stats
allow system_app sdcard_type:dir r_dir_perms; allow system_app sdcard_type:dir r_dir_perms;
bool manage_selinux true;
if (manage_selinux) {
selinux_manage_policy(system)
selinux_manage_policy(system_app)
access_kmsg(system)
access_kmsg(system_app)
}
bool manage_mac true;
if (manage_mac) {
mmac_manage_policy(system)
mmac_manage_policy(system_app)
access_logcat(system)
access_logcat(system_app)
}
# #
# System Server aka system_server spawned by zygote. # System Server aka system_server spawned by zygote.
# Most of the framework services run in this process. # Most of the framework services run in this process.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment