Skip to content
Snippets Groups Projects
Commit 9ad26a7f authored by Nick Kralevich's avatar Nick Kralevich
Browse files

fix user builds.

14d5619a added a neverallow
rule for System V IPC calls. Since this was still allowed
for unconfined domains, this broke user builds.

Remove System V IPC stuff from unconfined and fix the build.

Change-Id: Iea66a9f97a90f8db496f6fa34b5e9642ee926fe6
parent 3c985dd6
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,6 @@ allow unconfineddomain domain:{ ...@@ -42,7 +42,6 @@ allow unconfineddomain domain:{
netlink_kobject_uevent_socket netlink_kobject_uevent_socket
tun_socket tun_socket
} *; } *;
allow unconfineddomain domain:ipc_class_set *;
allow unconfineddomain domain:key *; allow unconfineddomain domain:key *;
allow unconfineddomain {fs_type -contextmount_type -sdcard_type}:{ dir lnk_file sock_file fifo_file } ~relabelto; allow unconfineddomain {fs_type -contextmount_type -sdcard_type}:{ dir lnk_file sock_file fifo_file } ~relabelto;
allow unconfineddomain dev_type:{ dir lnk_file sock_file fifo_file } ~relabelto; allow unconfineddomain dev_type:{ dir lnk_file sock_file fifo_file } ~relabelto;
......
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