Skip to content
Snippets Groups Projects
Commit b0fbd3b5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "SELinux changes for Treble Loadable Kernel Module"

parents e3531f63 b638d949
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ domain_trans(init, shell_exec, shell) ...@@ -14,6 +14,7 @@ domain_trans(init, shell_exec, shell)
domain_trans(init, init_exec, ueventd) domain_trans(init, init_exec, ueventd)
domain_trans(init, init_exec, watchdogd) domain_trans(init, init_exec, watchdogd)
domain_trans(init, rootfs, modprobe) domain_trans(init, rootfs, modprobe)
domain_trans(init, toolbox_exec, modprobe)
# case where logpersistd is actually logcat -f in logd context (nee: logcatd) # case where logpersistd is actually logcat -f in logd context (nee: logcatd)
userdebug_or_eng(` userdebug_or_eng(`
domain_auto_trans(init, logcat_exec, logpersist) domain_auto_trans(init, logcat_exec, logpersist)
......
...@@ -6,3 +6,4 @@ recovery_only(` ...@@ -6,3 +6,4 @@ recovery_only(`
allow modprobe rootfs:system module_load; allow modprobe rootfs:system module_load;
allow modprobe rootfs:file r_file_perms; allow modprobe rootfs:file r_file_perms;
') ')
allow modprobe system_file:system module_load;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment