Skip to content
Snippets Groups Projects
Commit 5b00f223 authored by Stephen Smalley's avatar Stephen Smalley
Browse files

Remove duplicated rules between appdomain and isolated_app.


r_dir_file(appdomain, isolated_app) was in both app.te and isolated_app.te;
delete it from isolated_app.te.
binder_call(appdomain, isolated_app) is a subset of binder_call(appdomain, appdomain); delete it.

Change-Id: I3fd90ad9c8862a0e4dad957425cbfbc9fa97c63f
Signed-off-by: default avatarStephen Smalley <sds@tycho.nsa.gov>
parent a24a991d
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,6 @@ binder_call(appdomain, appdomain) ...@@ -66,7 +66,6 @@ binder_call(appdomain, appdomain)
# Appdomain interaction with isolated apps # Appdomain interaction with isolated apps
r_dir_file(appdomain, isolated_app) r_dir_file(appdomain, isolated_app)
binder_call(appdomain, isolated_app)
# Already connected, unnamed sockets being passed over some other IPC # Already connected, unnamed sockets being passed over some other IPC
# hence no sock_file or connectto permission. This appears to be how # hence no sock_file or connectto permission. This appears to be how
......
...@@ -13,9 +13,6 @@ type isolated_app, domain; ...@@ -13,9 +13,6 @@ type isolated_app, domain;
permissive isolated_app; permissive isolated_app;
app_domain(isolated_app) app_domain(isolated_app)
# Appdomain interaction with isolated apps
r_dir_file(appdomain, isolated_app)
# Already connected, unnamed sockets being passed over some other IPC # Already connected, unnamed sockets being passed over some other IPC
# hence no sock_file or connectto permission. This appears to be how # hence no sock_file or connectto permission. This appears to be how
# Chrome works, may need to be updated as more apps using isolated services # Chrome works, may need to be updated as more apps using isolated services
......
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