OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACL_EXECUTE
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/kern/
subr_acl_posix1e.c
68
perm |=
ACL_EXECUTE
;
77
perm |=
ACL_EXECUTE
;
86
perm |=
ACL_EXECUTE
;
143
if (acl_user_obj_entry->ae_perm &
ACL_EXECUTE
)
149
if (acl_group_obj_entry->ae_perm &
ACL_EXECUTE
)
155
if (acl_other_entry->ae_perm &
ACL_EXECUTE
)
subr_acl_nfs4.c
177
if ((ae->ae_perm &
ACL_EXECUTE
) &&
196
if ((ae->ae_perm &
ACL_EXECUTE
) &&
237
if (ae->ae_perm &
ACL_EXECUTE
) {
373
ae->ae_perm &= ~
ACL_EXECUTE
;
402
user_allow |=
ACL_EXECUTE
;
409
group_allow |=
ACL_EXECUTE
;
416
everyone_allow |=
ACL_EXECUTE
;
/src/bin/getfacl/
getfacl.c
128
if (acl_add_perm(perms,
ACL_EXECUTE
) == -1)
152
if (acl_add_perm(perms,
ACL_EXECUTE
) == -1)
176
if (acl_add_perm(perms,
ACL_EXECUTE
) == -1)
/src/sys/fs/nfs/common/
nfs_commonacl.c
228
perm |=
ACL_EXECUTE
;
232
perm |=
ACL_EXECUTE
;
336
if (ace->ae_perm &
ACL_EXECUTE
)
365
if (ace->ae_perm &
ACL_EXECUTE
)
/src/sys/sys/
acl.h
191
* that
ACL_EXECUTE
may be used in both NFSv4 and POSIX.1e ACLs.
193
#define
ACL_EXECUTE
0x0001
197
#define ACL_PERM_BITS (
ACL_EXECUTE
| ACL_WRITE | ACL_READ)
198
#define ACL_POSIX1E_BITS (
ACL_EXECUTE
| ACL_WRITE | ACL_READ)
211
/*
ACL_EXECUTE
is defined above. */
223
ACL_EXECUTE
| ACL_DELETE_CHILD | ACL_READ_ATTRIBUTES | \
/src/sys/miscfs/genfs/
genfs_vnops.c
781
if (ae->ae_perm &
ACL_EXECUTE
)
825
if (acl_mask->ae_perm &
ACL_EXECUTE
)
846
if (ae->ae_perm &
ACL_EXECUTE
)
875
if (ae->ae_perm &
ACL_EXECUTE
)
896
if (ae->ae_perm &
ACL_EXECUTE
)
930
if (ae->ae_perm &
ACL_EXECUTE
)
946
if (ae->ae_perm &
ACL_EXECUTE
)
971
if (acl_other->ae_perm &
ACL_EXECUTE
)
991
{ VEXEC,
ACL_EXECUTE
},
/src/lib/libc/posix1e/
acl_support.c
307
if (perm &
ACL_EXECUTE
)
334
myperm |=
ACL_EXECUTE
;
acl_support_nfs4.c
68
{
ACL_EXECUTE
, "execute", 'x'},
Completed in 18 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025