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
64eccbea
Commit
64eccbea
authored
8 years ago
by
Sandeep Patil
Committed by
android-build-merger
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Remove 'net_admin' capability from healthd" am:
16df99bd
am:
cf255a06
Change-Id: I2a51928e12ef6c8b41d07f1ab527bbdd8505f857
parents
26f58cc7
cf255a06
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/healthd.te
+1
-1
1 addition, 1 deletion
public/healthd.te
with
1 addition
and
1 deletion
public/healthd.te
+
1
−
1
View file @
64eccbea
...
@@ -14,7 +14,7 @@ r_dir_file(healthd, cgroup)
...
@@ -14,7 +14,7 @@ r_dir_file(healthd, cgroup)
# /{system,vendor,odm}/lib[64]/hw/
# /{system,vendor,odm}/lib[64]/hw/
r_dir_file(healthd, system_file)
r_dir_file(healthd, system_file)
allow healthd self:capability {
net_admin
sys_tty_config };
allow healthd self:capability { sys_tty_config };
allow healthd self:capability sys_boot;
allow healthd self:capability sys_boot;
allow healthd self:netlink_kobject_uevent_socket create_socket_perms_no_ioctl;
allow healthd self:netlink_kobject_uevent_socket create_socket_perms_no_ioctl;
...
...
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