problems in chflags

Matthew George mdg at secureworks.net
Thu Oct 16 13:25:40 PDT 2003


On Thu, 16 Oct 2003, [iso-8859-1] Smux wrote:

> Hi all!
> I'm getting errors on my server, and would like o try fix this, by that way:
> Verifing errors on my server, I found that someone root called command "chflags sappnd /etc/master.passwd" returning that error:
>
> [root at centerbr /etc]$ chflags nosappnd master.passwd
> chflags: master.passwd: Operation not permitted
>
> Someone can help me how do like to try fix this this problem?
> Thanks.
>
>
> _______________________________________________
> freebsd-stable at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscribe at freebsd.org"
>
>

check the sysctl kern.securelevel

if it is >= 1, the system append flag (sappnd) may not be turned off (see
init(8)).

This can be changed by lowering the securelevel setting in rc.conf and
rebooting the system.

-- 
Matthew George
SecureWorks Technical Operations



More information about the freebsd-stable mailing list