mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-01-15 07:08:06 +01:00
install: more security nightmare by copying modules for pkcs11
This commit is contained in:
parent
662fd1fa15
commit
af21cc7e9a
5
install
5
install
@ -203,6 +203,11 @@ if [ "$(id -u)" == "0" ]; then
|
||||
mkdir -vp /etc/udev/rules.d/
|
||||
ln -nsfv $HOME/.shell-things/submodules/steam-devices/*.rules /etc/udev/rules.d/
|
||||
|
||||
# SECURITY device/module configuration. SECURITY WARNING
|
||||
if [ -d /etc/pkcs11/modules/ ]; then
|
||||
etc/pkcs11/modules/*.module /etc/pkcs11/modules/
|
||||
fi
|
||||
|
||||
# SSHd hardening hopefully. SECURITY WARNING
|
||||
mkdir -vp /etc/ssh/sshd_config.d/
|
||||
chmod -v a+x /etc/ssh/sshd_config.d/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user