mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
Remove obdm_app access to proc label.
Instead give obdm_app read access to /proc/stat. Bug: 65643247 Test: can login to obdm app without selinux denials Change-Id: I368c018f883610364cd026da68085935aefd69c1
This commit is contained in:
@@ -3,7 +3,7 @@ type obdm_app, domain, coredomain;
|
||||
app_domain(obdm_app)
|
||||
net_domain(obdm_app)
|
||||
|
||||
r_dir_file(obdm_app, proc)
|
||||
allow obdm_app proc_stat:file r_file_perms;
|
||||
|
||||
# talk to /dev/diag
|
||||
allow obdm_app diag_device:chr_file rw_file_perms;
|
||||
|
||||
Reference in New Issue
Block a user