Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidSystemSEPolicy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
4c71445d
Commit
4c71445d
authored
9 years ago
by
Nick Kralevich
Committed by
Android Git Automerger
9 years ago
Browse files
Options
Downloads
Plain Diff
am
9e6effa1
: delete procrank SELinux domain.
* commit '
9e6effa1
': delete procrank SELinux domain.
parents
694e2bfb
9e6effa1
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
domain.te
+1
-2
1 addition, 2 deletions
domain.te
file_contexts
+0
-1
0 additions, 1 deletion
file_contexts
procrank.te
+0
-17
0 additions, 17 deletions
procrank.te
with
1 addition
and
20 deletions
domain.te
+
1
−
2
View file @
4c71445d
...
@@ -179,7 +179,6 @@ neverallow {
...
@@ -179,7 +179,6 @@ neverallow {
-vold
-vold
-dumpstate
-dumpstate
-system_server
-system_server
userdebug_or_eng(`-procrank')
userdebug_or_eng(`-perfprofd')
userdebug_or_eng(`-perfprofd')
} self:capability sys_ptrace;
} self:capability sys_ptrace;
...
@@ -524,7 +523,7 @@ neverallow {
...
@@ -524,7 +523,7 @@ neverallow {
-appdomain
-appdomain
-dumpstate
-dumpstate
-installd
-installd
userdebug_or_eng(`-uncrypt
-procrank
')
userdebug_or_eng(`-uncrypt')
} shell_data_file:file open;
} shell_data_file:file open;
# servicemanager is the only process which handles list request
# servicemanager is the only process which handles list request
...
...
This diff is collapsed.
Click to expand it.
file_contexts
+
0
−
1
View file @
4c71445d
...
@@ -179,7 +179,6 @@
...
@@ -179,7 +179,6 @@
/system/bin/tf_daemon u:object_r:tee_exec:s0
/system/bin/tf_daemon u:object_r:tee_exec:s0
/system/bin/racoon u:object_r:racoon_exec:s0
/system/bin/racoon u:object_r:racoon_exec:s0
/system/xbin/su u:object_r:su_exec:s0
/system/xbin/su u:object_r:su_exec:s0
/system/xbin/procrank u:object_r:procrank_exec:s0
/system/xbin/perfprofd u:object_r:perfprofd_exec:s0
/system/xbin/perfprofd u:object_r:perfprofd_exec:s0
/system/vendor/bin/gpsd u:object_r:gpsd_exec:s0
/system/vendor/bin/gpsd u:object_r:gpsd_exec:s0
/system/bin/dnsmasq u:object_r:dnsmasq_exec:s0
/system/bin/dnsmasq u:object_r:dnsmasq_exec:s0
...
...
This diff is collapsed.
Click to expand it.
procrank.te
deleted
100644 → 0
+
0
−
17
View file @
694e2bfb
# File types must be defined for file_contexts.
type procrank_exec, exec_type, file_type;
userdebug_or_eng(`
type procrank, domain, mlstrustedsubject;
domain_auto_trans(shell, procrank_exec, procrank)
domain_auto_trans(dumpstate, procrank_exec, procrank)
allow procrank self:capability sys_ptrace;
allow procrank devpts:chr_file { read write getattr ioctl };
allow procrank dumpstate:unix_stream_socket { read write getattr };
r_dir_file(procrank, domain)
allow procrank { shell dumpstate }:fd use;
allow procrank adbd:process sigchld;
# allow procrank write to bugreport.
allow procrank shell_data_file:file w_file_perms;
')
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
register
or
sign in
to comment