Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 1996 10:25:49 -0500 (CDT)
From:      "S(pork)" <spork@super-g.com>
To:        questions@freebsd.org
Subject:   sliplogin won't go away...
Message-ID:  <Pine.LNX.3.92.960925102238.28579A-100000@super-g.inch.com>

next in thread | raw e-mail | index | archive | help
Hi,

We won't be using any of the slip/ppp utilities on a machine, and since
I'm paranoid about setuid programs, I usually rid the machine of anything
that I don't need, but the program "sliplogin" is giving me trouble:

bash# whoami
root
bash# pwd
/usr/sbin
bash# ls -al sliplogin
-r-sr-xr-x  1 root  bin  16384 Sep 18 08:07 sliplogin
bash# rm sliplogin
override r-sr-xr-x  root/bin schg for sliplogin? y
rm: sliplogin: Operation not permitted
bash# chmod -s sliplogin
chmod: sliplogin: Operation not permitted
bash# cp /dev/null sliplogin
cp: sliplogin: Operation not permitted
bash# mv sliplogin sliplogin.bak
mv: rename sliplogin to sliplogin.bak: Operation not permitted
bash#

Any ideas?  It's kind of like a brainteaser, no?

C




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.3.92.960925102238.28579A-100000>