X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=selinux.git;a=blobdiff_plain;f=cod4%2Fcod4.te;h=bc833ab99bfd7ca2cd61ddf5b8d8809d01bade58;hp=43ff1c5e3e3a4e4f951cd74039d9e25ba4f38c18;hb=HEAD;hpb=ae89f309b9a07add61906e04cb95a421dd76362c diff --git a/cod4/cod4.te b/cod4/cod4.te index 43ff1c5..bc833ab 100644 --- a/cod4/cod4.te +++ b/cod4/cod4.te @@ -1,4 +1,8 @@ -policy_module(cod4, 0.1.31) +policy_module(cod4, 0.1.38) + +require { + type games_data_t; +} # File context for the executable process type cod4_t; @@ -10,6 +14,7 @@ files_type(cod4_rw_t) type cod4_ro_t; files_type(cod4_ro_t) +init_domain(cod4_t, cod4_exec_t) init_daemon_domain(cod4_t, cod4_exec_t) corenet_udp_sendrecv_generic_port(cod4_t) @@ -26,3 +31,5 @@ setattr_files_pattern(cod4_t, cod4_rw_t, cod4_rw_t) sysnet_dns_name_resolve(cod4_t) allow init_t cod4_t:process { noatsecure }; + +list_dirs_pattern(cod4_t, games_data_t, games_data_t)