Hi folks,
On Fri, 26 Jan 2018 11:30:56 -0700 Andrew Hewus Fresh wrote:
> ...
> You could add your home directory to the SUIDSKIP environment variable
> in /etc/daily.local to avoid searching there if this message keeps
> annoying you and you don't care about devices and suid changes there.
>
> http://man.openbsd.org/security#SUIDSKIP
Thanks Andrew.
The daily disk I/O might be reduced by having a look at the output of:-
$ mount | awk '/nosuid/ { print $3 }'
$ awk '/nosuid/ { print $2 }' /etc/fstab
This is something I put in /etc/daily.local
SUIDSKIP=$(mount | awk '/nosuid/ { print $3 }')
Cheers,
--
Craig Skinner | http://linkd.in/yGqkv7
No comments:
Post a Comment