Page 1 of 1

Newbie acl question

PostPosted: Sun Feb 08, 2004 5:08 pm
by Peter
Hi folks!

I read in the manual but did not find the answer for my question.

If i have an acl like:
Code: Select all
subject /  {
        /                               h
        /dev                            h
        /dev/initctl
        /var                            h
        /var/dns/namedb
        /var/qmail/supervise/qmail-pop3d
        /var/qmail/supervise/qmail-send
        /var/qmail/supervise/qmail-smtpd
        /bin
        /opt
        /sbin
        /sbin/gradm                     x
        /service
        /usr
        /usr/local
        /usr/local/mysql
        -CAP_ALL
        bind    disabled
        connect disabled
}


I know the x and h letters.
But what happend if there is now letter in the line like:
Code: Select all
        /usr
        /usr/local
        /usr/local/mysql


What does it means?
Does it means x or r?

Viele Gruesse,
Peter.

PostPosted: Sun Feb 08, 2004 6:02 pm
by goodbyte
You will then be able to list the file, but neither read, write nor execute it.

PostPosted: Mon Feb 09, 2004 12:52 am
by Peter
Only list?
Okay, thank you.
I could not find it anywhere...