From 9ad26a7f5c2da1d40fcaa836f2b413079a63d4d3 Mon Sep 17 00:00:00 2001 From: Nick Kralevich Date: Thu, 12 Feb 2015 09:12:38 -0800 Subject: [PATCH] fix user builds. 14d5619a1aada9b3186ad9ea280ff75a08e1c368 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 --- unconfined.te | 1 - 1 file changed, 1 deletion(-) diff --git a/unconfined.te b/unconfined.te index 385af469f..d9a5b04e6 100644 --- a/unconfined.te +++ b/unconfined.te @@ -42,7 +42,6 @@ allow unconfineddomain domain:{ netlink_kobject_uevent_socket tun_socket } *; -allow unconfineddomain domain:ipc_class_set *; allow unconfineddomain domain:key *; 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;