committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2022-04-26 13:36:37 +03:00
parent 747d9666ce
commit d01404fee5
4 changed files with 17 additions and 17 deletions

View File

@@ -327,7 +327,6 @@ maybe chmod 0644 'crypto-policies/state/CURRENT.pol'
maybe chmod 0644 'crypto-policies/state/current' maybe chmod 0644 'crypto-policies/state/current'
maybe chmod 0600 'crypttab' maybe chmod 0600 'crypttab'
maybe chmod 0600 'csf' maybe chmod 0600 'csf'
maybe chmod 0644 'csf.tgz'
maybe chmod 0600 'csf/changelog.txt' maybe chmod 0600 'csf/changelog.txt'
maybe chmod 0600 'csf/csf.allow' maybe chmod 0600 'csf/csf.allow'
maybe chmod 0600 'csf/csf.blocklists' 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 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-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-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 chmod 0755 'letsencrypt'
maybe chown 'setroubleshoot' 'letsencrypt/.updated-options-ssl-apache-conf-digest.txt' maybe chown 'setroubleshoot' 'letsencrypt/.updated-options-ssl-apache-conf-digest.txt'
maybe chgrp 'setroubleshoot' 'letsencrypt/.updated-options-ssl-apache-conf-digest.txt' maybe chgrp 'setroubleshoot' 'letsencrypt/.updated-options-ssl-apache-conf-digest.txt'

BIN
csf.tgz

Binary file not shown.

View File

@@ -0,0 +1 @@
# Placeholder file, no vDSO hwcap entries used in this kernel.

View File

@@ -23,23 +23,22 @@ case "$1" in
echo "Starting BestCrypt..." echo "Starting BestCrypt..."
rm -rf /dev/bcrypt?* 2>/dev/null 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 bestcrypt
# modprobe bc_blowfish modprobe bc_blowfish
# modprobe bc_des modprobe bc_des
# modprobe bc_gost modprobe bc_gost
# modprobe bc_camellia modprobe bc_camellia
# modprobe bc_twofish modprobe bc_twofish
# modprobe bc_bf448 modprobe bc_bf448
# modprobe bc_bf128 modprobe bc_bf128
# modprobe bc_3des modprobe bc_3des
# modprobe bc_idea modprobe bc_idea
# modprobe bc_rijn modprobe bc_rijn
# modprobe bc_cast modprobe bc_cast
# modprobe bc_serpent modprobe bc_serpent
# modprobe bc_rc6 modprobe bc_rc6
#modprobe bc_noop #modprobe bc_noop