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
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test
platform
system
sepolicy
Commits
5f376c1f
Commit
5f376c1f
authored
9 years ago
by
Lorenzo Colitti
Browse files
Options
Downloads
Patches
Plain Diff
Allow netd to check permissions.
Bug: 27239233 Change-Id: I82e3451542f08de67ad950223be90e37a2d3e899
parent
9119f12e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
netd.te
+1
-0
1 addition, 0 deletions
netd.te
with
1 addition
and
0 deletions
netd.te
+
1
−
0
View file @
5f376c1f
...
@@ -61,6 +61,7 @@ allow netd netd_service:service_manager add;
...
@@ -61,6 +61,7 @@ allow netd netd_service:service_manager add;
# Allow netd to call into the system server so it can check permissions.
# Allow netd to call into the system server so it can check permissions.
allow netd system_server:binder call;
allow netd system_server:binder call;
allow netd permission_service:service_manager find;
# Allow netd to operate on sockets that are passed to it.
# Allow netd to operate on sockets that are passed to it.
allow netd netdomain:{tcp_socket udp_socket rawip_socket dccp_socket tun_socket} {read write getattr setattr getopt setopt};
allow netd netdomain:{tcp_socket udp_socket rawip_socket dccp_socket tun_socket} {read write getattr setattr getopt setopt};
...
...
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