Update to 2025-07-04 09:00

This commit is contained in:
Daniel Berteaud
2025-07-04 09:00:19 +02:00
parent 3a08150ae4
commit f8d3e57155
35 changed files with 343 additions and 8 deletions

View File

@@ -424,5 +424,6 @@ s3.eu-central-1.amazonaws.com
# Vector.dev
setup.vector.dev
yum.vector.dev
apt.vector.dev
s3.amazonaws.com
keys.datadoghq.com

View File

@@ -1,4 +1,4 @@
module ufdb 1.3;
module ufdb 1.4;
require {
type initrc_tmp_t;
@@ -6,6 +6,7 @@ require {
type tmp_t;
type squid_t;
type unconfined_service_t;
type var_run_t;
class sock_file write;
class unix_stream_socket connectto;
}
@@ -15,3 +16,4 @@ allow squid_t initrc_t:unix_stream_socket connectto;
allow squid_t unconfined_service_t:unix_stream_socket connectto;
allow squid_t initrc_tmp_t:sock_file write;
allow squid_t tmp_t:sock_file write;
allow squid_t var_run_t:sock_file write;