X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=selinux.git;a=blobdiff_plain;f=q3a%2Fq3a.te;fp=q3a%2Fq3a.te;h=d0c204d7b9dce3a7e6e0e6426d20c28414d4fdd3;hp=ef9da687aed644aa86e6c0a2075e780786cb2dc7;hb=ae89f309b9a07add61906e04cb95a421dd76362c;hpb=7ce6501ec18c0f7d4315ad65600a54eeffc6bacc diff --git a/q3a/q3a.te b/q3a/q3a.te index ef9da68..d0c204d 100644 --- a/q3a/q3a.te +++ b/q3a/q3a.te @@ -1,4 +1,4 @@ -policy_module(q3a, 0.1.23) +policy_module(q3a, 0.1.24) # File context for the executable process type q3a_t; @@ -19,6 +19,7 @@ corenet_udp_bind_generic_port(q3a_t) corenet_udp_bind_generic_node(q3a_t) read_files_pattern(q3a_t, q3a_ro_t, q3a_ro_t) +list_dirs_pattern(q3a_t, q3a_ro_t, q3a_ro_t) allow q3a_t q3a_ro_t:dir list_dir_perms; allow q3a_t q3a_ro_t:file read_file_perms;