q3a: Add support for ioquake binaries
[selinux.git] / q3a / q3a.te
index dc54c6a..371ef6b 100644 (file)
@@ -1,4 +1,4 @@
-policy_module(q3a, 0.1.14)
+policy_module(q3a, 0.1.19)
 
 # File context for the executable process
 type q3a_t;
@@ -30,3 +30,7 @@ setattr_files_pattern(q3a_t, q3a_rw_t, q3a_rw_t)
 
 sysnet_dns_name_resolve(q3a_t)
 files_tmp_filetrans(q3a_t, q3a_tmp_t, { file dir})
+
+dev_read_urand(q3a_t)
+
+allow q3a_t self:process execmem;