X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=tf2%2Ftf2.te;h=024594e5b1fd5145ca20b0cbfa81013b73e6a23d;hb=refs%2Fheads%2Fmaster;hp=1e08a9fff1bd148d8a302f266e28e9d839c3e9e0;hpb=43e7b988bc5243fb66e18a5171a48d8ade51b94f;p=selinux.git diff --git a/tf2/tf2.te b/tf2/tf2.te index 1e08a9f..024594e 100644 --- a/tf2/tf2.te +++ b/tf2/tf2.te @@ -1,7 +1,8 @@ -policy_module(tf2, 0.1.22) +policy_module(tf2, 0.1.30) require { type default_t; + type games_data_t; } # File context for the executable process @@ -17,6 +18,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 }; @@ -30,11 +32,17 @@ corenet_tcp_bind_generic_port(tf2_t) corenet_tcp_bind_generic_node(tf2_t) read_files_pattern(tf2_t, tf2_ro_t, tf2_ro_t) +read_lnk_files_pattern(tf2_t, tf2_ro_t, tf2_ro_t) +list_dirs_pattern(tf2_t, tf2_ro_t, tf2_ro_t) +mmap_files_pattern(tf2_t, tf2_ro_t, tf2_ro_t) manage_files_pattern(tf2_t, tf2_rw_t, tf2_rw_t) manage_dirs_pattern(tf2_t, tf2_rw_t, tf2_rw_t) setattr_files_pattern(tf2_t, tf2_rw_t, tf2_rw_t) +# TF2 wants to create /tmp/dumps +files_manage_generic_tmp_dirs(tf2_t) + sysnet_dns_name_resolve(tf2_t) # Needed to load shared libs @@ -51,3 +59,8 @@ kernel_read_network_state(tf2_t) # There's a lot of noise from these accesses 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)