deny absolute path for normal user

Hi,I want to restrict normal user accessing the absolute path say like /etc/default from his home directory like /export/home/user1. He should be able to access only the sub directories under his home directory. Any help on this will be appreciated.Thanks in
[300 byte] By [shajmv] at [2007-11-26 11:54:59]
# 1
Look into change root jails.chroot.alan
alanpae at 2007-7-7 12:13:15 > top of Java-index,General,Sys Admin Best Practices...
# 2
hi, as a root type: setfacl -m user:user1:0 /etc/defaultthis command will restrict user1 from accessing to /etc/default directoryregards
zulusa at 2007-7-7 12:13:15 > top of Java-index,General,Sys Admin Best Practices...