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
c6140466
Commit
c6140466
authored
9 years ago
by
Jeff Vander Stoep
Committed by
android-build-merger
9 years ago
Browse files
Options
Downloads
Plain Diff
Move some perms back to domain
am:
aef68b77
* commit '
aef68b77
': Move some perms back to domain
parents
0062aa1b
aef68b77
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
domain.te
+2
-0
2 additions, 0 deletions
domain.te
with
2 additions
and
0 deletions
domain.te
+
2
−
0
View file @
c6140466
...
@@ -22,6 +22,7 @@ allow domain self:process {
...
@@ -22,6 +22,7 @@ allow domain self:process {
setrlimit
setrlimit
};
};
allow domain self:fd use;
allow domain self:fd use;
allow domain proc:dir search;
allow domain self:dir r_dir_perms;
allow domain self:dir r_dir_perms;
allow domain self:lnk_file r_file_perms;
allow domain self:lnk_file r_file_perms;
allow domain self:{ fifo_file file } rw_file_perms;
allow domain self:{ fifo_file file } rw_file_perms;
...
@@ -96,6 +97,7 @@ allow domain proc:lnk_file read;
...
@@ -96,6 +97,7 @@ allow domain proc:lnk_file read;
# toybox loads libselinux which stats /sys/fs/selinux/
# toybox loads libselinux which stats /sys/fs/selinux/
allow domain selinuxfs:file getattr;
allow domain selinuxfs:file getattr;
allow domain sysfs:dir search;
allow domain sysfs:dir search;
allow domain selinuxfs:filesystem getattr;
###
###
### neverallow rules
### neverallow rules
...
...
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