X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=selinux.git;a=blobdiff_plain;f=tf2%2Ftf2.te;h=024594e5b1fd5145ca20b0cbfa81013b73e6a23d;hp=3e6bcdc5fc11aff3e957987dce2955511851ff13;hb=HEAD;hpb=faa5c7dc62167b8b56f1ea1505e32ab6b09fc859 diff --git a/tf2/tf2.te b/tf2/tf2.te index 3e6bcdc..024594e 100644 --- a/tf2/tf2.te +++ b/tf2/tf2.te @@ -1,7 +1,8 @@ -policy_module(tf2, 0.1.29) +policy_module(tf2, 0.1.30) require { type default_t; + type games_data_t; } # File context for the executable process @@ -61,3 +62,5 @@ dontaudit tf2_t default_t:dir read; allow init_t tf2_t:process { noatsecure }; allow tf2_t self:process execmem; + +list_dirs_pattern(tf2_t, games_data_t, games_data_t)