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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
59f8e75a
Commit
59f8e75a
authored
Jun 6, 2018
by
Treehugger Robot
Committed by
Gerrit Code Review
Jun 6, 2018
Browse files
Options
Downloads
Plain Diff
Merge "Deprivilege haiku"
parents
e5616f0d
f45db06c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
private/storaged.te
+0
-4
0 additions, 4 deletions
private/storaged.te
private/zygote.te
+0
-6
0 additions, 6 deletions
private/zygote.te
public/logd.te
+0
-4
0 additions, 4 deletions
public/logd.te
with
0 additions
and
14 deletions
private/storaged.te
+
0
−
4
View file @
59f8e75a
...
@@ -5,10 +5,6 @@ type storaged_exec, exec_type, file_type;
...
@@ -5,10 +5,6 @@ type storaged_exec, exec_type, file_type;
init_daemon_domain(storaged)
init_daemon_domain(storaged)
# Read access to pseudo filesystems
# Read access to pseudo filesystems
r_dir_file(storaged, proc_net_type)
userdebug_or_eng(`
auditallow storaged proc_net_type:{ dir file lnk_file } { getattr open read };
')
r_dir_file(storaged, domain)
r_dir_file(storaged, domain)
# Read /proc/uid_io/stats
# Read /proc/uid_io/stats
...
...
This diff is collapsed.
Click to expand it.
private/zygote.te
+
0
−
6
View file @
59f8e75a
...
@@ -92,12 +92,6 @@ allow zygote storage_file:dir { search mounton };
...
@@ -92,12 +92,6 @@ allow zygote storage_file:dir { search mounton };
# Handle --invoke-with command when launching Zygote with a wrapper command.
# Handle --invoke-with command when launching Zygote with a wrapper command.
allow zygote zygote_exec:file rx_file_perms;
allow zygote zygote_exec:file rx_file_perms;
# Read access to pseudo filesystems.
r_dir_file(zygote, proc_net_type)
userdebug_or_eng(`
auditallow zygote proc_net_type:{ dir file lnk_file } { getattr open read };
')
# Root fs.
# Root fs.
r_dir_file(zygote, rootfs)
r_dir_file(zygote, rootfs)
...
...
This diff is collapsed.
Click to expand it.
public/logd.te
+
0
−
4
View file @
59f8e75a
...
@@ -6,10 +6,6 @@ type logd_exec, exec_type, file_type;
...
@@ -6,10 +6,6 @@ type logd_exec, exec_type, file_type;
r_dir_file(logd, cgroup)
r_dir_file(logd, cgroup)
r_dir_file(logd, proc_kmsg)
r_dir_file(logd, proc_kmsg)
r_dir_file(logd, proc_meminfo)
r_dir_file(logd, proc_meminfo)
r_dir_file(logd, proc_net_type)
userdebug_or_eng(`
auditallow logd proc_net_type:{ dir file lnk_file } { getattr open read };
')
allow logd self:global_capability_class_set { setuid setgid setpcap sys_nice audit_control };
allow logd self:global_capability_class_set { setuid setgid setpcap sys_nice audit_control };
allow logd self:global_capability2_class_set syslog;
allow logd self:global_capability2_class_set syslog;
...
...
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