mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-01-04 07:40:25 +01:00
Merge branch 'disable-audit' into 'master'
Disable kernel Audit Closes #200 See merge request systemrescue/systemrescue-sources!108
This commit is contained in:
commit
ecb1eb9ecb
|
|
@ -18,6 +18,7 @@ sed -i 's/#\(PermitRootLogin \).\+/\1yes\nAllowUsers root/' /etc/ssh/sshd_config
|
|||
sed -i 's/#\(PermitEmptyPasswords \).\+/\1no/' /etc/ssh/sshd_config
|
||||
sed -i "s/#Server/Server/g" /etc/pacman.d/mirrorlist
|
||||
sed -i 's/#\(Storage=\)auto/\1volatile/' /etc/systemd/journald.conf
|
||||
sed -i 's/#\(Audit=\)yes/\1no/' /etc/systemd/journald.conf
|
||||
|
||||
sed -i 's/#\(HandleSuspendKey=\)suspend/\1ignore/' /etc/systemd/logind.conf
|
||||
sed -i 's/#\(HandleHibernateKey=\)hibernate/\1ignore/' /etc/systemd/logind.conf
|
||||
|
|
|
|||
Loading…
Reference in a new issue