Commit 9dd46eb9 authored by Meifa Tang's avatar Meifa Tang

remove reinforce log

parent 1d7b1e2d
......@@ -26,11 +26,6 @@ off_firewalld() {
systemctl disable firewalld.service &> /dev/null
}
reinforce_log() {
THE=(/var/log/wtmp /var/log/messages /var/log/secure)
chattr +a ${THE[@]}
}
increase_file_limits() {
THE="/etc/security/limits.conf"
[ -f $THE ] \
......@@ -99,7 +94,6 @@ change_vimrc() {
main() {
off_selinux
off_firewalld
reinforce_log
increase_file_limits
install_tools
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment