From: Ralf Ertzinger Date: Wed, 10 Jan 2018 11:06:43 +0000 (+0000) Subject: tf2: Allow reading links X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=selinux.git;a=commitdiff_plain;h=e122abcf82a1c1645166103d4f4df553f6e87e7d tf2: Allow reading links --- diff --git a/tf2/tf2.te b/tf2/tf2.te index 5f89c83..cce8993 100644 --- a/tf2/tf2.te +++ b/tf2/tf2.te @@ -1,4 +1,4 @@ -policy_module(tf2, 0.1.23) +policy_module(tf2, 0.1.24) require { type default_t; @@ -30,6 +30,7 @@ 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) manage_files_pattern(tf2_t, tf2_rw_t, tf2_rw_t)