Page 1 of 1

ACL rules + chrooted enviroment question

PostPosted: Fri Apr 08, 2005 3:16 am
by `VL
How should i write paths in ACL for processes, that run from chrooted enviroment ?

Example:

Code: Select all
/
/var/
/var/chroot
/var/chroot/bin/xxxd
/var/chroot/lib/libXXX


xxxd daemon is chrooted in /var/chroot. When i write ACLs, should i write them for /var/chroot/bin/xxxd or i should write for /bin/xxxd ? Should i enable access for it to /var/chroot/some/files or to /some/files ?

PostPosted: Fri Apr 08, 2005 7:01 am
by onyx
You should write /var/chroot/bin/xxxd everywhere.