Searched refs:nosuid (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/autofs-246/files/
H A Dautofs.conf39 AUTOMOUNTD_MNTOPTS=nosuid,nodev
41 # Force nosuid
42 # If TRUE automountd will force all mounts to be "nosuid".
43 # The default will be "nosuid" and any "suid" mount option
H A Dauto_master5 /net -hosts -nobrowse,hidefromfinder,nosuid
/macosx-10.10/bootp-298/
H A Drc.netboot102 mount -t "${fstype}" -o nosuid,nodev "/dev/${devname}" "${NETBOOT_MOUNT}" 2>&1
/macosx-10.10/sudo-73/src/
H A Dsample.sudoers131 /sbin/mount -o nosuid\,nodev /dev/cd0a /CDROM
/macosx-10.10/ntfs-84/util/
H A Dntfs.util.c114 fprintf(stderr, " indicates suid or nosuid (for example 'nosuid')\n");
118 fprintf(stderr, " %s -m disk0s2 /my/hfs removable readonly nosuid nodev\n", progname);
1166 const BOOL readonly, const BOOL nosuid, const BOOL nodev)
1178 if (nosuid)
1179 mountargs[3] = "nosuid";
1211 BOOL removable, readonly, nosuid, nodev; local
1216 nodev = nosuid = readonly = removable = FALSE;
1333 if (!strcmp(argv[2], "nosuid"))
1334 nosuid
1164 do_mount(const char *progname, char *dev, char *mp, const BOOL removable __attribute__((unused)), const BOOL readonly, const BOOL nosuid, const BOOL nodev) argument
[all...]
/macosx-10.10/diskdev_cmds-576/vsdbutil.tproj/
H A Dvsdbutil_main.c242 int nosuid; local
255 nosuid = mntstat.f_flags & MNT_NOSUID;
261 snprintf(mountline, sizeof(mountline), "%s%s%s%s%s%s", (volstatus & VOLUME_USEPERMISSIONS) ? "perm" : "noperm",(nosuid)?",nosuid":"",(nodev)?",nodev":"",(noexec)?",noexec":"",(readonly)?",rdonly":"", (protect)?",protect":"");
/macosx-10.10/vim-55/runtime/syntax/
H A Dfstab.vim62 syn keyword fsOptionsGeneral async atime auto bind current defaults dev devgid devmode devmtime devuid dirsync exec force fstab kudzu loop mand move noatime noauto noclusterr noclusterw nodev nodevmtime nodiratime noexec nomand nosuid nosymfollow nouser owner rbind rdonly remount ro rq rw suid suiddir supermount sw sync union update user users xx

Completed in 131 milliseconds