diff --git a/.etckeeper b/.etckeeper index e0717d6..18c6201 100755 --- a/.etckeeper +++ b/.etckeeper @@ -327,7 +327,6 @@ maybe chmod 0644 'crypto-policies/state/CURRENT.pol' maybe chmod 0644 'crypto-policies/state/current' maybe chmod 0600 'crypttab' maybe chmod 0600 'csf' -maybe chmod 0644 'csf.tgz' maybe chmod 0600 'csf/changelog.txt' maybe chmod 0600 'csf/csf.allow' maybe chmod 0600 'csf/csf.blocklists' @@ -1012,6 +1011,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-373.el8.x86_64.conf' +maybe chmod 0444 'ld.so.conf.d/kernel-4.18.0-383.el8.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/csf.tgz b/csf.tgz deleted file mode 100644 index 92041be..0000000 Binary files a/csf.tgz and /dev/null differ diff --git a/ld.so.conf.d/kernel-4.18.0-383.el8.x86_64.conf b/ld.so.conf.d/kernel-4.18.0-383.el8.x86_64.conf new file mode 100644 index 0000000..e4b9dd6 --- /dev/null +++ b/ld.so.conf.d/kernel-4.18.0-383.el8.x86_64.conf @@ -0,0 +1 @@ + # Placeholder file, no vDSO hwcap entries used in this kernel. diff --git a/rc.d/init.d/bestcrypt b/rc.d/init.d/bestcrypt index 2f99f57..2d7efbf 100755 --- a/rc.d/init.d/bestcrypt +++ b/rc.d/init.d/bestcrypt @@ -23,23 +23,22 @@ case "$1" in echo "Starting BestCrypt..." rm -rf /dev/bcrypt?* 2>/dev/null - cd /usr/src/bestcrypt-3.3.0/build/ && for module in $(ls -lsa *.ko | awk '{print $10}' | cut -d "." -f1); do modprobe $module; done - #depmod -a + depmod -a -# modprobe bestcrypt -# modprobe bc_blowfish -# modprobe bc_des -# modprobe bc_gost -# modprobe bc_camellia -# modprobe bc_twofish -# modprobe bc_bf448 -# modprobe bc_bf128 -# modprobe bc_3des -# modprobe bc_idea -# modprobe bc_rijn -# modprobe bc_cast -# modprobe bc_serpent -# modprobe bc_rc6 + modprobe bestcrypt + modprobe bc_blowfish + modprobe bc_des + modprobe bc_gost + modprobe bc_camellia + modprobe bc_twofish + modprobe bc_bf448 + modprobe bc_bf128 + modprobe bc_3des + modprobe bc_idea + modprobe bc_rijn + modprobe bc_cast + modprobe bc_serpent + modprobe bc_rc6 #modprobe bc_noop