ACL Defintion Structure. More...
#include <vfs_ext.h>
Data Fields | |
| struct { | |
| unsigned Group: 1 | |
| Group (as opposed to user) flag. | |
| unsigned ID: 31 | |
| ID of Group/User (-1 for nobody/world). | |
| }; | |
| struct { | |
| unsigned Inv: 1 | |
| Invert Permissions. | |
| unsigned Perms: 31 | |
| Permission Flags. | |
| }; | |
ACL Defintion Structure.
1.6.3