X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=tf2%2Ftf2.te;h=d6db4540e0aa97255e29eb86d8d88520c71a60b4;hb=1a3d375bcac254ffae6d0b5cfeec2f34ef8bed7f;hp=714c73c82719d729f1d083f3dc3d9eb154150da5;hpb=c4c0773581a9e2a18f1946260355556216a65a4a;p=selinux.git diff --git a/tf2/tf2.te b/tf2/tf2.te index 714c73c..d6db454 100644 --- a/tf2/tf2.te +++ b/tf2/tf2.te @@ -1,4 +1,8 @@ -policy_module(tf2, 0.1.14) +policy_module(tf2, 0.1.21) + +require { + type default_t; +} # File context for the executable process type tf2_t; @@ -50,3 +54,6 @@ kernel_read_system_state(tf2_t) # TF2 needs to read the network state kernel_read_network_state(tf2_t) + +# There's a lot of noise from these accesses +dontaudit tf2_t default_t:dir read;