SV-215313r508663_rule
V-215313
SRG-OS-000480-GPOS-00227
AIX7-00-002132
CAT II
10
Change the "syslogd" arguments in the src subsystem control and restart the "syslogd" daemon using the following commands:
# chssys -s syslogd -a '-R'
# stopsrc -s syslogd
# startsrc -s syslogd
Verify "syslogd" is running with the "-R" option using command:
# ps -ef | grep syslogd | grep -v grep
The above command should yield the following output:
root 4063356 3342368 0 Sep 11 - 0:01 /usr/sbin/syslogd -R
If the "-R" option is not present with the syslogd process, this is a finding.
V-215313
False
AIX7-00-002132
Verify "syslogd" is running with the "-R" option using command:
# ps -ef | grep syslogd | grep -v grep
The above command should yield the following output:
root 4063356 3342368 0 Sep 11 - 0:01 /usr/sbin/syslogd -R
If the "-R" option is not present with the syslogd process, this is a finding.
M
4012