diff --git a/.etckeeper b/.etckeeper index b0fb737..93bcf43 100755 --- a/.etckeeper +++ b/.etckeeper @@ -268,14 +268,10 @@ maybe chmod 0644 'clamd.conf.rpmnew' maybe chown 'amavis' 'clamd.conf.rpmsave' maybe chgrp 'amavis' 'clamd.conf.rpmsave' maybe chmod 0644 'clamd.conf.rpmsave' -maybe chown 'amavis' 'clamd.d' -maybe chgrp 'amavis' 'clamd.d' maybe chmod 0755 'clamd.d' maybe chown 'amavis' 'clamd.d/amavisd.conf' maybe chgrp 'amavis' 'clamd.d/amavisd.conf' maybe chmod 0644 'clamd.d/amavisd.conf' -maybe chown 'amavis' 'clamd.d/scan.conf' -maybe chgrp 'amavis' 'clamd.d/scan.conf' maybe chmod 0644 'clamd.d/scan.conf' maybe chown 'amavis' 'clamd.d/scan.conf.rpmnew' maybe chgrp 'amavis' 'clamd.d/scan.conf.rpmnew' @@ -1011,6 +1007,7 @@ maybe chmod 0755 'ld.so.conf.d' maybe chmod 0644 'ld.so.conf.d/bind-export-x86_64.conf' maybe chmod 0444 'ld.so.conf.d/kernel-4.18.0-193.6.3.el8_2.x86_64.conf' maybe chmod 0444 'ld.so.conf.d/kernel-4.18.0-383.el8.x86_64.conf' +maybe chmod 0644 'ld.so.conf.d/llvm-compat-x86_64.conf' maybe chmod 0755 'letsencrypt' maybe chown 'setroubleshoot' 'letsencrypt/.updated-options-ssl-apache-conf-digest.txt' maybe chgrp 'setroubleshoot' 'letsencrypt/.updated-options-ssl-apache-conf-digest.txt' diff --git a/ld.so.conf.d/llvm-compat-x86_64.conf b/ld.so.conf.d/llvm-compat-x86_64.conf new file mode 100644 index 0000000..0f9ca5d --- /dev/null +++ b/ld.so.conf.d/llvm-compat-x86_64.conf @@ -0,0 +1 @@ +/usr/lib64/llvm13/lib/ diff --git a/profile.d/which2.sh b/profile.d/which2.sh index 0f47f9e..bca5347 100644 --- a/profile.d/which2.sh +++ b/profile.d/which2.sh @@ -20,7 +20,7 @@ bash|sh) ;; esac -which () { +function which { (alias; eval ${which_declare}) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@ } diff --git a/selinux/targeted/.policy.sha512 b/selinux/targeted/.policy.sha512 index 809538f..e998b86 100644 --- a/selinux/targeted/.policy.sha512 +++ b/selinux/targeted/.policy.sha512 @@ -1 +1 @@ -921b542b63eabe1241302746aceb49f5711ae2b73e87cdfff5fce3cea66dea8c14ccc59e99fa213d669cf78805c8671e5aee45aa1e02f9e97574d788fa05da90 +c2280560a5492607cb4dff179a65d116a098c82b66ce813d2d6904f354a1912c4c68fa1d6a5b7954ab2abc57112fa646d458f66473f2902957c37afe97d51b4c diff --git a/selinux/targeted/policy/policy.31 b/selinux/targeted/policy/policy.31 index 5b44fa0..772eba2 100644 Binary files a/selinux/targeted/policy/policy.31 and b/selinux/targeted/policy/policy.31 differ diff --git a/sysconfig/rngd b/sysconfig/rngd index f0da1d9..dbb6f7a 100644 --- a/sysconfig/rngd +++ b/sysconfig/rngd @@ -1,3 +1,3 @@ # Optional arguments passed to rngd. See rngd(8) and # https://bugzilla.redhat.com/show_bug.cgi?id=1252175#c21 -RNGD_ARGS="--fill-watermark=0 -x pkcs11 -x nist" +RNGD_ARGS="--fill-watermark=0 -x pkcs11 -x nist -D daemon:daemon"