Add VALLPERM, which is a mask of all the access control request permission
bits for vnodes passed to vaccess() and friends. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
This commit is contained in:
parent
d2e4132aeb
commit
c578ffd6e1
@ -250,6 +250,7 @@ struct vattr {
|
||||
#define VADMIN 010000 /* permission to administer */
|
||||
#define VSTAT 020000 /* permission to retrieve attrs */
|
||||
#define VAPPEND 040000 /* permission to write/append */
|
||||
#define VALLPERM (VEXEC | VWRITE | VREAD | VADMIN | VSTAT | VAPPEND)
|
||||
|
||||
/*
|
||||
* Token indicating no attribute value yet assigned.
|
||||
|
Loading…
Reference in New Issue
Block a user