On Fri, 25 Jan 2013 20:41:24 +0100, Ralf Mardorf wrote:
> On Fri, 25 Jan 2013 16:12:15 +0100, Polytropon <[email protected]> wrote:
> > find / -exec ls -l {} \; | grep -v "/home" | grep "rocketmouse"
>
> -r-xr-xr-x 1 rocketmouse wheel 32736 Dec 23 18:38 ssh-agent
> -r-xr-xr-x 1 rocketmouse wheel 32736 Dec 23 18:38 /usr/bin/ssh-agent
> ^C
Definitely to be changed.
> A lot of stuff from /tmp is shown without a path, however
That will probably be the "false-positives" I mentioned.
> root@freebsd:/usr/home/rocketmouse # ls -l /usr/bin/ssh-agent
> -r-xr-xr-x 1 rocketmouse wheel 32736 Dec 23 18:38 /usr/bin/ssh-agent
>
> but without write permission.
The permissions haven't change (they're correct), just the
owner is wrong.
For comparison:
-r-xr-xr-x 1 root wheel 23428 2011-08-21 20:24:03 /usr/bin/ssh-agent*
The program is installed without the w attribute by default.
> I now run
>
> root@freebsd:/usr/home/rocketmouse # find / -exec ls -l {} \; | grep -v
> "/home" | grep "rocketmouse" > find_1000.txt
>
> and will take a look at it tomorrow.
That will be an interesting read. :-)
--
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"