X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=tf2%2Ftf2.te;h=1ef83e43bbdd90aac738d0e3cdbd2421ef4113c1;hb=d2b7c306571374f9aae2f6409f47f34301af490b;hp=bf69c5d3238e3ee4ffc1d2803f0d1327820869f8;hpb=c226ce3ae21764ee6fabd754bc9a9cc567ba8b46;p=selinux.git diff --git a/tf2/tf2.te b/tf2/tf2.te index bf69c5d..1ef83e4 100644 --- a/tf2/tf2.te +++ b/tf2/tf2.te @@ -1,4 +1,4 @@ -policy_module(tf2, 0.1.25) +policy_module(tf2, 0.1.28) require { type default_t; @@ -17,6 +17,7 @@ type tf2_ro_t; files_type(tf2_ro_t) +init_domain(tf2_t, tf2_exec_t) init_daemon_domain(tf2_t, tf2_exec_t) allow tf2_t self:process { setsched signal signull }; @@ -56,3 +57,4 @@ kernel_read_network_state(tf2_t) dontaudit tf2_t default_t:dir read; allow init_t tf2_t:process { noatsecure }; +allow tf2_t self:process execmem;