Mauras Olivier wrote:
> Very nice! I added another "no_initialize_domain /usr/sbin/sshd from
> /etc/rc.d/rc.sshd" to have sshd in the same tree and it gives me:
>   704:  1                     /etc/rc.d/rc.sshd
>   705:  1                         /usr/sbin/sshd
>                                       /usr/sbin/sshd ( -> 809 )
>   706:  1                     /sbin/ifconfig
> Following /usr/sbin/sshd ( -> 809 ) returns me to the host sshd process is
> it normal? should i try to avoid having it in the tree?

This should be avoided.

This is because /usr/sbin/sshd re-executes /usr/sbin/sshd itself. You can add

  no_initialize_domain /usr/sbin/sshd from the_full_domainname_of_705_above

.

_______________________________________________
tomoyo-users-en mailing list
[email protected]
http://lists.sourceforge.jp/mailman/listinfo/tomoyo-users-en

Reply via email to