Skip to content
Snippets Groups Projects
Commit 18410d1a authored by Sandeep Patil's avatar Sandeep Patil
Browse files

Remove 'net_admin' capability from healthd

Bug: https://b/32733887



Change-Id: Ie22756509b53b6e78a95c5a7763b48773cd52fd7
Signed-off-by: default avatarSandeep Patil <sspatil@google.com>
parent d86a30a2
No related branches found
No related tags found
No related merge requests found
...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment