Skip to content
Snippets Groups Projects
Commit a2c40557 authored by Jeff Vander Stoep's avatar Jeff Vander Stoep Committed by Jeffrey Vander Stoep
Browse files

remove isolated_app reference from domain_deprecated

Isolated_app no longer has the domain_deprecated attribute.

Bug: 31364540
Change-Id: I37e39becf24f98d6ee427bc8d039852e6a322ca6
parent f18af319
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ auditallow domain_deprecated ion_device:chr_file { write append }; ...@@ -83,7 +83,7 @@ auditallow domain_deprecated ion_device:chr_file { write append };
# Read access to pseudo filesystems. # Read access to pseudo filesystems.
r_dir_file(domain_deprecated, proc) r_dir_file(domain_deprecated, proc)
r_dir_file({ domain_deprecated -isolated_app }, sysfs) r_dir_file(domain_deprecated, sysfs)
r_dir_file(domain_deprecated, inotify) r_dir_file(domain_deprecated, inotify)
r_dir_file(domain_deprecated, cgroup) r_dir_file(domain_deprecated, cgroup)
allow domain_deprecated proc_meminfo:file r_file_perms; allow domain_deprecated proc_meminfo:file r_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment