From 91ff3308078f10ef004ef3d743abce81a0ed7e97 Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Mon, 9 Sep 2019 01:13:44 +0200 Subject: [PATCH] tmpfs domain is no longer created by the macro --- sepolicy/su.te | 1 + 1 file changed, 1 insertion(+) diff --git a/sepolicy/su.te b/sepolicy/su.te index 88cf01f..800aaaa 100644 --- a/sepolicy/su.te +++ b/sepolicy/su.te @@ -1,5 +1,6 @@ type phhsu_daemon, domain, mlstrustedsubject; type phhsu_exec, exec_type, file_type; +type phhsu_daemon_tmpfs, file_type; typeattribute phhsu_daemon coredomain; permissive phhsu_daemon;