Move base directories to /var/games
[selinux.git] / tf2 / tf2.te
index 1ef83e4..024594e 100644 (file)
@@ -1,7 +1,8 @@
-policy_module(tf2, 0.1.28)
+policy_module(tf2, 0.1.30)
 
 require {
     type default_t;
+    type games_data_t;
 }
 
 # File context for the executable process
@@ -39,6 +40,9 @@ 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
@@ -58,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)