Searched refs:MNTOPT_NOEXEC (Results 1 – 9 of 9) sorted by relevance
| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | mntent.h | 131 #define MNTOPT_NOEXEC "noexec" /* disable executables */ macro
|
| /onnv-gate/usr/src/cmd/fs.d/ |
| H A D | fslib.c | 532 MNTOPT_EXEC, MNTOPT_NOEXEC,
|
| /onnv-gate/usr/src/cmd/fs.d/smbclnt/mount/ |
| H A D | mount.c | 97 MNTOPT_NOEXEC,
|
| /onnv-gate/usr/src/uts/common/fs/zfs/ |
| H A D | zfs_vfsops.c | 341 vfs_setmntopt(zfsvfs->z_vfs, MNTOPT_NOEXEC, NULL, 0); in exec_changed_cb() 344 vfs_clearmntopt(zfsvfs->z_vfs, MNTOPT_NOEXEC); in exec_changed_cb() 450 if (vfs_optionisset(vfsp, MNTOPT_NOEXEC, NULL)) { in zfs_register_callbacks()
|
| /onnv-gate/usr/src/uts/common/fs/ |
| H A D | vfs.c | 172 static char *exec_cancel[] = { MNTOPT_NOEXEC, NULL }; 203 { MNTOPT_NOEXEC, noexec_cancel, NULL, 0, 1710 if (vfs_optionisset(vfsp, MNTOPT_NOEXEC, NULL)) in domount()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | perl.c | 3315 defined(MNTOPT_NOEXEC) in S_parse_body() 3330 if (hasmntopt(entry, MNTOPT_NOEXEC)) in S_parse_body()
|
| /onnv-gate/usr/src/cmd/fs.d/nfs/mount/ |
| H A D | mount.c | 950 MNTOPT_NOEXEC,
|
| /onnv-gate/usr/src/uts/common/fs/nfs/ |
| H A D | nfs_dlinet.c | 2387 MNTOPT_NOEXEC,
|
| /onnv-gate/usr/src/lib/libzfs/common/ |
| H A D | libzfs_dataset.c | 1655 mntopt_off = MNTOPT_NOEXEC; in get_numeric_property()
|