Dr Andrew Scott G7VAV

My photo
 
June 2025
Mo Tu We Th Fr Sa Su
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 1 2 3 4 5 6


nfsacl.h
01: /*
02:  * File: linux/nfsacl.h
03:  *
04:  * (C) 2003 Andreas Gruenbacher <agruen@suse.de>
05:  */
06: #ifndef __LINUX_NFSACL_H
07: #define __LINUX_NFSACL_H
08: 
09: #define NFS_ACL_PROGRAM 100227
10: 
11: #define ACLPROC2_GETACL         1
12: #define ACLPROC2_SETACL         2
13: #define ACLPROC2_GETATTR        3
14: #define ACLPROC2_ACCESS         4
15: 
16: #define ACLPROC3_GETACL         1
17: #define ACLPROC3_SETACL         2
18: 
19: 
20: /* Flags for the getacl/setacl mode */
21: #define NFS_ACL                 0x0001
22: #define NFS_ACLCNT              0x0002
23: #define NFS_DFACL               0x0004
24: #define NFS_DFACLCNT            0x0008
25: 
26: /* Flag for Default ACL entries */
27: #define NFS_ACL_DEFAULT         0x1000
28: 
29: #endif  /* __LINUX_NFSACL_H */
30: 


for client (none)
© Andrew Scott 2006 - 2025,
All Rights Reserved
http://www.andrew-scott.uk/
Andrew Scott
http://www.andrew-scott.co.uk/