Information
The recommendation is to disable writesrv. This allows users to chat using the system write facility on a terminal.
Rationale:
writesrv allows users to chat using the system write facility on a terminal. The recommendation is that this service must be disabled.
Solution
Identify if writesrv is enabled:
lsitab writesrv | wc -l
If the command output != '0' stop the service and remove the entry from /etc/inittab
rmitab writesrv
stopsrc -s writesrv
Default Value:
N/A
Additional Information:
Reversion:
Re-add the writesrv startup line to /etc/inittab:
mkitab 'writesrv:2:wait:/usr/bin/startsrc -swritesrv'