Searched refs:suid (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/suid-executable_path/
H A DMakefile47 ${RUN_AS_USER} ${PASS_IFF_FAILURE} "setuid-executable_path @executable_path" "setuid-executable_path @executable_path" $(PWD)/main_exe-suid
48 ${RUN_AS_USER} ${PASS_IFF_FAILURE} "setuid-executable_path @loader_path" "setuid-executable_path @loader_path" $(PWD)/main_loader-suid
49 ${RUN_AS_USER} ${PASS_IFF_FAILURE} "setuid-executable_path relative path" "setuid-executable_path relative path" $(PWD)/main_rel-suid
53 all: main_exe main_exe-suid main_loader main_loader-suid main_rel main_rel-suid
69 cp main_exe main_exe-suid
70 sudo chown root main_exe-suid
71 sudo chmod 4755 main_exe-suid
75 cp main_loader main_loader-suid
[all...]
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/fallback-with-suid/
H A DMakefile36 ${RUN_AS_USER} ${PASS_IFF_FAILURE} "fallback-with-suid" "fallback-with-suid" $(PWD)/main-suid
38 all: main-suid
43 main-suid: main
44 cp main main-suid
45 sudo chown root main-suid
46 sudo chmod 4755 main-suid
52 ${RM} ${RMFLAGS} *~ main main-suid libfoo.dylib
/macosx-10.10/dtrace-147/DTTk/Bin/
H A Dsetuids.d58 self->suid = arg0;
69 self->uid, self->suid, ppid, pid,
80 self->suid = 0;
/macosx-10.10/dtrace-147/DTTk/User/
H A Dsetuids.d58 self->suid = arg0;
69 self->uid, self->suid, ppid, pid,
80 self->suid = 0;
/macosx-10.10/man-16/man/src/
H A Dutil.h13 extern int ruid, rgid, euid, egid, suid;
H A Dutil.c80 int ruid, rgid, euid, egid, suid; variable
88 suid = (ruid != euid || rgid != egid);
93 if (suid) {
98 suid = 0;
138 if (!suid)
181 if (!suid)
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-setres_id.c65 setresuid(uid_t ruid, uid_t euid, uid_t suid) argument
69 if (ruid != suid) {
/macosx-10.10/pam_modules-140/modules/pam_launchd/
H A Dpam_launchd.c85 uid_t uid, suid; local
125 suid = getuid();
129 setreuid(suid, 0);
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/insert-libraries-with-suid/
H A DMakefile39 ${RUN_AS_USER} $(PWD)/main-with-env insert-libraries-with-suid 2>/dev/null
/macosx-10.10/file_cmds-242/mtree/
H A Dcreate.c297 uid_t suid; local
335 suid = p->fts_statp->st_uid;
336 if (suid < MAXUID && ++u[suid] > maxuid) {
337 saveuid = suid;
338 maxuid = u[suid];
/macosx-10.10/procmail-14/
H A DMakefile29 $(_v) $(MAKE) -C $(BuildDirectory)/$(Project) $(Environment) $(Install_Flags) install install-suid
/macosx-10.10/ruby-106/ruby/lib/rdoc/generator/template/darkfish/js/
H A Dsearch.js13 var suid = 1;
/macosx-10.10/procmail-14/procmail/
H A DMakefile40 # recommend Show some recommended suid/sgid modes
41 # install-suid Impose the modes shown by 'make recommend'
142 bins mans install.bin install.man install recommend install-suid clean setid \
/macosx-10.10/ruby-106/ruby/lib/rdoc/generator/template/json_index/js/
H A Dsearcher.js12 var suid = 1; variable
19 var state = { from: 0, pass: 0, limit: MAX_RESULTS, n: suid++};
/macosx-10.10/man-16/man/
H A Dconfigure14 # configure +suid/sgid (make man suid or sgid)
32 # and not making man suid or sgid is recommended.
43 echo " or: configure [-d|-default] [-confdir DIR] [+suid] [+sgid] \\"
48 echo 'The option +suid will make man suid to a user "man". Create this first.'
52 echo 'It is recommended not to use suid/sgid and not to keep cat pages.'
82 # e.g. --enable-suid, --disable-suid, --prefix
126 +suid)
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dinitng.vim43 syn keyword initngServiceKeywords delay chdir suid sgid start_pause env_file env_parse pid_file pidfile contained
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
/macosx-10.10/xnu-2782.1.97/bsd/security/audit/
H A Daudit.h200 void audit_arg_suid(struct kaudit_record *ar, uid_t suid);
H A Daudit_arg.c211 audit_arg_suid(struct kaudit_record *ar, uid_t suid) argument
214 ar->k_ar.ar_arg_suid = suid;
/macosx-10.10/msdosfs-209.1.1/msdos_util.tproj/
H A Ddosutil.c100 #define SUID_OPT "suid"
115 #define DEVICE_SUID "suid"
138 int writable, int suid, int dev);
254 printf("msdosfs.util: ERROR: unrecognized flag (suid/nosuid) argv[%d]='%s'\n",5,argv[5]);
529 static int fs_mount(char *devpath, char *mount_point, int removable, int writable, int suid, int dev) { argument
537 if (! suid)
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Dtramp.el6911 (suid (> (logand (lsh mode -9) 4) 0))
6914 (setq user (tramp-file-mode-permissions user suid "s"))
6920 (defun tramp-file-mode-permissions (perm suid suid-text)
6928 (or (and suid x suid-text) ; suid, execute
6929 (and suid (upcase suid-text)) ; suid, !execut
[all...]

Completed in 147 milliseconds