Searched refs:gid (Results 176 - 200 of 510) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/lib/webrick/
H A Dutils.rb42 # Changes the process's uid and gid to the ones of +user+
46 Process::initgroups(user, pw.gid)
47 Process::Sys::setgid(pw.gid)
/macosx-10.9.5/syslog-217.1.4/libsystem_asl.tproj/include/
H A Dasl_file.h125 uint32_t asl_file_open_write(const char *path, mode_t mode, uid_t uid, gid_t gid, asl_file_t **s) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
148 uint32_t asl_file_compact(asl_file_t *s, const char *path, mode_t mode, uid_t uid, gid_t gid) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dtgz2kit.tcl49 name mode uid gid size mtime cksum typeflag \
H A Dls.tcl48 [fmode sb] $sb(nlink) $sb(uid) $sb(gid) $sb(size) \
/macosx-10.9.5/xnu-2422.115.4/osfmk/UserNotification/
H A DUNDRequest.defs48 in gid: int);
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dfiles.c627 gid_t gid; member in struct:chownmagic
636 if(chown(rp, chm->uid, chm->gid)) {
649 if(lchown(rp, chm->uid, chm->gid)) {
717 chm.gid = pwd->pw_gid;
719 chm.gid = -1;
725 chm.gid = grp->gr_gid;
728 chm.gid = getnumeric(p, &err);
737 chm.gid = -1;
/macosx-10.9.5/OpenSSH-186/openssh/
H A Daudit-bsm.c262 gid_t gid = -1; local
273 gid = the_authctxt->pw->pw_gid;
285 (void) au_write(ad, AUToSubjectFunc(uid, uid, gid, uid, gid,
/macosx-10.9.5/apache-786.1/httpd/os/unix/
H A Dunixd.h53 gid_t gid; member in struct:__anon6098
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dpaxlib.h60 void chown_error_details (char const *name, uid_t uid, gid_t gid);
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dlocalconf.h108 gid_t gid; member in struct:localconf
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dppp_manager.h36 int ppp_start(struct service *serv, CFDictionaryRef options, uid_t uid, gid_t gid, mach_port_t bootstrap, mach_port_t au_session, u_int8_t onTraffic, u_int8_t onDemand);
/macosx-10.9.5/ruby-104/ruby/test/psych/
H A Dtest_yamlstore.rb12 File.chown(-1, Process.gid, @dir)
/macosx-10.9.5/securityd-55199.3/src/
H A Dprocess.h81 gid_t gid() const { return mGid; } function in class:Process
116 gid_t mGid; // primary UNIX gid credential
/macosx-10.9.5/sudo-72/src/
H A Dset_perms.c70 * We only flip the effective gid since it only changes for PERM_SUDOERS.
139 errstr = "unable to change to sudoers gid";
258 errstr = "unable to change to sudoers gid";
379 errstr = "unable to change to sudoers gid";
621 gid_t gid; local
628 gid = runas_gr ? runas_gr->gr_gid : runas_pw->pw_gid;
658 if (setegid(gid))
659 warning("cannot set egid to runas gid");
661 if (setgid(gid))
662 warning("cannot set gid t
[all...]
H A Dtsgetgrpw.c287 getgrgid(gid)
288 gid_t gid;
300 if (gr->gr_gid == gid)
/macosx-10.9.5/syslog-217.1.4/aslcommon/
H A Dasl_memory.h46 uint32_t gid; member in struct:__anon12651
H A Dasl_mini_memory.h48 uint32_t gid; member in struct:__anon12654
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Util/
H A DSemaphore.pm21 gid => undef,
41 for my $param (qw(mode uid gid)) {
218 gid => 102,
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_read_disk_set_standard_lookup.c78 static const char * lookup_gname_helper(struct name_cache *, id_t gid);
91 * use the uid/gid without the lookup. Or define your own custom functions
139 * Lookup uid/gid from uname/gname, return NULL if no match.
227 lookup_gname(void *data, gid_t gid) argument
231 &lookup_gname_helper, (id_t)gid));
/macosx-10.9.5/postfix-252/postfix/src/local/
H A Dcommand.c126 * Choose a default uid and gid when none have been selected (i.e. values
131 if (usr_attr.gid == 0 && (usr_attr.gid = var_default_gid) == 0)
209 PIPE_CMD_GID, usr_attr.gid,
H A Dlocal.h37 gid_t gid; /* file/command access */ member in struct:USER_ATTR
47 usr_attr.uid = 0; usr_attr.gid = 0; usr_attr.home = 0; \
54 usr_attr.uid = pwd->pw_uid; usr_attr.gid = pwd->pw_gid; \
/macosx-10.9.5/postfix-252/postfix/src/virtual/
H A Dmailbox.c118 set_eugid(usr_attr.uid, usr_attr.gid);
249 msg_warn("recipient %s: bad gid %s in %s",
256 usr_attr.gid = (gid_t) n;
259 msg_info("%s[%d]: set user_attr: %s, uid = %u, gid = %u",
261 (unsigned) usr_attr.uid, (unsigned) usr_attr.gid);
/macosx-10.9.5/procmail-14/procmail/src/
H A Dlockfile.c5 * any gid you see fit (in case your mail spool area is *not* *
178 { time_t t;int permanent;gid_t gid=getgid(); local
179 if(setgid(gid)||getegid()!=gid) /* just to be on the safe side */
H A Dlocking.c39 if(sgid!=gid&&setegid(sgid)) /* try and get some extra permissions */
103 setegid(gid); /* we put back our regular permissions */
141 setegid(gid); /* we put back our regular permissions */
/macosx-10.9.5/system_cmds-597.90.1/atrun.tproj/
H A Datrun.c117 run_file(const char *filename, uid_t uid, gid_t gid) argument
233 "#!/bin/sh\n# atrun uid=%%ld gid=%%ld\n# mail %%%ds %%d",
248 if (ngid != gid)
249 perrx("Job %s - groupid %ld does not match file gid %lu",
250 filename, ngid, (unsigned long)gid);
323 if (setgid(gid) < 0 || setegid(pentry->pw_gid) < 0)
369 if (setgid(gid) < 0 || setegid(pentry->pw_gid) < 0)
466 /* We don't need root privileges all the time; running under uid and gid daemon

Completed in 237 milliseconds

1234567891011>>