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
62861f86
Commit
62861f86
authored
7 years ago
by
Jong Wook Kim
Committed by
android-build-merger
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Wifi HAL SIOCSIFHWADDR sepolicy"
am:
c9dd7149
Change-Id: Ideee1c776e572f0e8d90eb340f1d2e58b1182a4c
parents
e505a35d
c9dd7149
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_wifi.te
+1
-1
1 addition, 1 deletion
public/hal_wifi.te
with
1 addition
and
1 deletion
public/hal_wifi.te
+
1
−
1
View file @
62861f86
...
...
@@ -12,7 +12,7 @@ set_prop(hal_wifi, wifi_prop)
# allow hal wifi set interfaces up and down
allow hal_wifi self:udp_socket create_socket_perms;
allowxperm hal_wifi self:udp_socket ioctl { SIOCSIFFLAGS };
allowxperm hal_wifi self:udp_socket ioctl { SIOCSIFFLAGS
SIOCSIFHWADDR
};
allow hal_wifi self:global_capability_class_set { net_admin net_raw };
# allow hal_wifi to speak to nl80211 in the kernel
...
...
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