Hi all,
I am trying to secure my new VM andiI was wondering if enabling root as the only account with the ability to schedule jobs was a good or a bad idea?
I am trying to secure my new VM and
Code:
echo "root" > /var/cron/allow
echo "root" > /var/at/at.allow
chmod o= /etc/crontab
chmod o= /usr/bin/crontab
chmod o= /usr/bin/at
chmod o= /usr/bin/atq
chmod o= /usr/bin/atrm
chmod o= /usr/bin/batch