From: Ralf Ertzinger Date: Sat, 11 May 2019 16:02:17 +0000 (+0000) Subject: tf2: Allow mmap() X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=selinux.git;a=commitdiff_plain;h=c226ce3ae21764ee6fabd754bc9a9cc567ba8b46 tf2: Allow mmap() --- diff --git a/tf2/tf2.te b/tf2/tf2.te index cce8993..bf69c5d 100644 --- a/tf2/tf2.te +++ b/tf2/tf2.te @@ -1,4 +1,4 @@ -policy_module(tf2, 0.1.24) +policy_module(tf2, 0.1.25) require { type default_t; @@ -32,6 +32,7 @@ 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)