Home
last modified time | relevance | path

Searched refs:S_IXGRP (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_acl_nfs4.c239 (file_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) == 0) in vaccess_acl_nfs4()
267 (S_IXUSR | S_IXGRP | S_IXOTH)) != 0 && in vaccess_acl_nfs4()
686 if (mode & S_IXGRP) in acl_nfs4_sync_acl_from_mode_draft()
777 ((seen & S_IXGRP) == 0)) { in acl_nfs4_sync_mode_from_acl()
778 seen |= S_IXGRP; in acl_nfs4_sync_mode_from_acl()
780 mode |= S_IXGRP; in acl_nfs4_sync_mode_from_acl()
823 if ((seen & S_IXGRP) == 0) { in acl_nfs4_sync_mode_from_acl()
824 seen |= S_IXGRP; in acl_nfs4_sync_mode_from_acl()
826 mode |= S_IXGRP; in acl_nfs4_sync_mode_from_acl()
1117 if ((mode & S_IXGRP) == 0) in acl_nfs4_inherit_entries()
[all …]
H A Dsubr_acl_posix1e.c100 (S_IXUSR | S_IXGRP | S_IXOTH)) != 0 && in vaccess_acl_posix1e()
380 if (mode & S_IXGRP) in acl_posix1e_mode_to_perm()
454 mode |= S_IXGRP; in acl_posix1e_perms_to_mode()
H A Dkern_exec.c1769 (attr->va_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) == 0 || in exec_check_permissions()
H A Dvfs_subr.c5192 if (file_mode & S_IXGRP) in vaccess_vexec_smr()
5270 if (file_mode & S_IXGRP) in vaccess()
5317 (file_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0 && in vaccess()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c95 #define ALL_MODE_EXECS (S_IXUSR | S_IXGRP | S_IXOTH)
952 (!(seen & S_IXGRP))) { in zfs_mode_compute()
953 seen |= S_IXGRP; in zfs_mode_compute()
955 mode |= S_IXGRP; in zfs_mode_compute()
1006 if (!(seen & S_IXGRP)) { in zfs_mode_compute()
1007 seen |= S_IXGRP; in zfs_mode_compute()
1009 mode |= S_IXGRP; in zfs_mode_compute()
1208 if (!(mode & S_IXUSR) && (mode & (S_IXGRP|S_IXOTH))) in acl_trivial_access_masks()
1216 if (!(mode & S_IXGRP) && (mode & S_IXOTH)) in acl_trivial_access_masks()
1243 if (mode & S_IXGRP) in acl_trivial_access_masks()
[all …]
/f-stack/freebsd/security/mac_veriexec/
H A Dmac_veriexec.c691 ((va.va_mode & (S_IXUSR|S_IXGRP|S_IXOTH)) == 0)); in mac_veriexec_syscall()
693 ((va.va_mode & (S_IXUSR|S_IXGRP|S_IXOTH)) == 0), td); in mac_veriexec_syscall()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c97 #define ALL_MODE_EXECS (S_IXUSR | S_IXGRP | S_IXOTH)
952 (!(seen & S_IXGRP))) { in zfs_mode_compute()
953 seen |= S_IXGRP; in zfs_mode_compute()
955 mode |= S_IXGRP; in zfs_mode_compute()
1006 if (!(seen & S_IXGRP)) { in zfs_mode_compute()
1007 seen |= S_IXGRP; in zfs_mode_compute()
1009 mode |= S_IXGRP; in zfs_mode_compute()
1536 !isdir && ((mode & (S_IXUSR|S_IXGRP|S_IXOTH)) == 0)) { in zfs_acl_inherit()
H A Dzfs_ctldir.c92 const uint16_t zfsctl_ctldir_mode = S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP |
H A Dzfs_vnops_os.c4537 (zp->z_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) == 0) { in zfs_freebsd_access()
/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_conf.c455 const mode_t dirmode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in zed_conf_write_pid()
559 mode_t dirmode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in zed_conf_open_state()
/f-stack/freebsd/sys/
H A Dstat.h262 #define S_IXGRP 0000010 /* X for group */ macro
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c1556 if (!(mode & S_IXUSR) && (mode & (S_IXGRP|S_IXOTH))) in acl_trivial_access_masks()
1564 if (!(mode & S_IXGRP) && (mode & S_IXOTH)) in acl_trivial_access_masks()
1572 if ((mode & S_IXUSR) && (!(mode & S_IXGRP) && (mode & S_IXOTH))) in acl_trivial_access_masks()
1591 if (mode & S_IXGRP) in acl_trivial_access_masks()