committing changes in /etc made by "-bash"
Package changes:
This commit is contained in:
@@ -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'
|
||||
|
||||
1
ld.so.conf.d/kernel-4.18.0-383.el8.x86_64.conf
Normal file
1
ld.so.conf.d/kernel-4.18.0-383.el8.x86_64.conf
Normal file
@@ -0,0 +1 @@
|
||||
# Placeholder file, no vDSO hwcap entries used in this kernel.
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user