From e122abcf82a1c1645166103d4f4df553f6e87e7d Mon Sep 17 00:00:00 2001 From: Ralf Ertzinger Date: Wed, 10 Jan 2018 11:06:43 +0000 Subject: [PATCH] tf2: Allow reading links --- tf2/tf2.te | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 1.8.3.1