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
ef27bb8a
Commit
ef27bb8a
authored
Feb 22, 2017
by
Dimitry Ivanov
Committed by
android-build-merger
Feb 22, 2017
Browse files
Options
Downloads
Plain Diff
DO NOT MERGE: Allow getattr on rootfs:lnk_file for all domains
am:
429e71a6
Change-Id: Id9a9c60ac55405ab02cede5690431c3ceacd1dba
parents
639a82d4
429e71a6
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
domain.te
+1
-1
1 addition, 1 deletion
domain.te
with
1 addition
and
1 deletion
domain.te
+
1
−
1
View file @
ef27bb8a
...
...
@@ -62,7 +62,7 @@ allow domain debuggerd:unix_stream_socket connectto;
# Root fs.
allow domain rootfs:dir search;
allow domain rootfs:lnk_file read;
allow domain rootfs:lnk_file
{
read
getattr }
;
# Device accesses.
allow domain device:dir search;
...
...
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