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
e7ceb68a
Commit
e7ceb68a
authored
Mar 16, 2018
by
Treehugger Robot
Committed by
Gerrit Code Review
Mar 16, 2018
Browse files
Options
Downloads
Plain Diff
Merge "Grant create_file_perms to hal_usb_gadget_server"
parents
35f66543
76ced5d6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/hal_usb_gadget.te
+1
-1
1 addition, 1 deletion
public/hal_usb_gadget.te
with
1 addition
and
1 deletion
public/hal_usb_gadget.te
+
1
−
1
View file @
e7ceb68a
...
...
@@ -8,7 +8,7 @@ allow hal_usb_gadget_client hal_usb_gadget_hwservice:hwservice_manager find;
# Configuring usb gadget functions
allow hal_usb_gadget_server configfs:lnk_file { read create unlink};
allow hal_usb_gadget_server configfs:dir rw_dir_perms;
allow hal_usb_gadget_server configfs:file
rw
_file_perms;
allow hal_usb_gadget_server configfs:file
create
_file_perms;
allow hal_usb_gadget_server functionfs:dir { read search };
allow hal_usb_gadget_server functionfs:file read;
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