Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sepolicy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test
platform
system
sepolicy
Commits
77cf2f8c
Commit
77cf2f8c
authored
Jun 8, 2015
by
dcashman
Committed by
Android Git Automerger
Jun 8, 2015
Browse files
Options
Downloads
Plain Diff
am
4b4b2b92
: Remove service_manager_local_audit_domain.
* commit '
4b4b2b92
': Remove service_manager_local_audit_domain.
parents
b14a186f
4b4b2b92
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
attributes
+0
-3
0 additions, 3 deletions
attributes
dumpstate.te
+0
-1
0 additions, 1 deletion
dumpstate.te
isolated_app.te
+0
-2
0 additions, 2 deletions
isolated_app.te
shell.te
+0
-1
0 additions, 1 deletion
shell.te
su.te
+0
-1
0 additions, 1 deletion
su.te
te_macros
+0
-8
0 additions, 8 deletions
te_macros
with
0 additions
and
16 deletions
attributes
+
0
−
3
View file @
77cf2f8c
...
@@ -73,6 +73,3 @@ attribute bluetoothdomain;
...
@@ -73,6 +73,3 @@ attribute bluetoothdomain;
# All domains used for binder service domains.
# All domains used for binder service domains.
attribute binderservicedomain;
attribute binderservicedomain;
# All domains that are excluded from the domain.te auditallow.
attribute service_manager_local_audit;
This diff is collapsed.
Click to expand it.
dumpstate.te
+
0
−
1
View file @
77cf2f8c
...
@@ -109,6 +109,5 @@ allow dumpstate tombstone_data_file:file r_file_perms;
...
@@ -109,6 +109,5 @@ allow dumpstate tombstone_data_file:file r_file_perms;
allow dumpstate { service_manager_type -gatekeeper_service }:service_manager find;
allow dumpstate { service_manager_type -gatekeeper_service }:service_manager find;
allow dumpstate servicemanager:service_manager list;
allow dumpstate servicemanager:service_manager list;
service_manager_local_audit_domain(dumpstate)
allow dumpstate devpts:chr_file rw_file_perms;
allow dumpstate devpts:chr_file rw_file_perms;
This diff is collapsed.
Click to expand it.
isolated_app.te
+
0
−
2
View file @
77cf2f8c
...
@@ -18,8 +18,6 @@ allow isolated_app app_data_file:file { read write getattr lock };
...
@@ -18,8 +18,6 @@ allow isolated_app app_data_file:file { read write getattr lock };
allow isolated_app activity_service:service_manager find;
allow isolated_app activity_service:service_manager find;
allow isolated_app display_service:service_manager find;
allow isolated_app display_service:service_manager find;
service_manager_local_audit_domain(isolated_app)
# only allow unprivileged socket ioctl commands
# only allow unprivileged socket ioctl commands
allow isolated_app self:{ rawip_socket tcp_socket udp_socket } unpriv_sock_ioctls;
allow isolated_app self:{ rawip_socket tcp_socket udp_socket } unpriv_sock_ioctls;
...
...
...
...
This diff is collapsed.
Click to expand it.
shell.te
+
0
−
1
View file @
77cf2f8c
...
@@ -63,7 +63,6 @@ allow shell kernel:system syslog_read;
...
@@ -63,7 +63,6 @@ allow shell kernel:system syslog_read;
allow shell servicemanager:service_manager list;
allow shell servicemanager:service_manager list;
# don't allow shell to access GateKeeper service
# don't allow shell to access GateKeeper service
allow shell { service_manager_type -gatekeeper_service }:service_manager find;
allow shell { service_manager_type -gatekeeper_service }:service_manager find;
service_manager_local_audit_domain(shell)
# allow shell to look through /proc/ for ps, top
# allow shell to look through /proc/ for ps, top
allow shell domain:dir { search open read getattr };
allow shell domain:dir { search open read getattr };
...
...
...
...
This diff is collapsed.
Click to expand it.
su.te
+
0
−
1
View file @
77cf2f8c
...
@@ -50,5 +50,4 @@ userdebug_or_eng(`
...
@@ -50,5 +50,4 @@ userdebug_or_eng(`
dontaudit su domain:debuggerd *;
dontaudit su domain:debuggerd *;
dontaudit su domain:drmservice *;
dontaudit su domain:drmservice *;
dontaudit su unlabeled:filesystem *;
dontaudit su unlabeled:filesystem *;
service_manager_local_audit_domain(su)
')
')
This diff is collapsed.
Click to expand it.
te_macros
+
0
−
8
View file @
77cf2f8c
...
@@ -353,14 +353,6 @@ define(`use_keystore', `
...
@@ -353,14 +353,6 @@ define(`use_keystore', `
binder_call($1, keystore)
binder_call($1, keystore)
')
')
###########################################
# service_manager_local_audit_domain(domain)
# Has its own auditallow rule on service_manager
# and should be excluded from the domain.te auditallow.
define(`service_manager_local_audit_domain', `
typeattribute $1 service_manager_local_audit;
')
###########################################
###########################################
# use_drmservice(domain)
# use_drmservice(domain)
# Ability to use DrmService which requires
# Ability to use DrmService which requires
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment