/illumos-gate/usr/src/cmd/bnu/ |
H A D | SetUp | 27 # needit OWNER GROUP MODE name oldname 61 GROUP=uucp 82 needit $OWNER $GROUP 644 Config 83 needit $OWNER $GROUP 644 Devconfig 84 needit $OWNER $GROUP 644 Devices L-devices 85 needit $OWNER $GROUP 644 Dialcodes L-dialcodes 86 needit $OWNER $GROUP 644 Dialers L-dialers 87 needit $OWNER $GROUP 644 Grades 88 needit $OWNER $GROUP 644 Limits 89 needit $OWNER $GROUP 64 [all...] |
H A D | Install | 38 GROUP= 76 GROUP=$1 80 -g*) GROUP=`echo $1|sed "s/..//"` 106 if [ -n "$GROUP" ]; then 107 echo chgrp $GROUP $DIR/$FILE 108 chgrp $GROUP $DIR/$FILE
|
/illumos-gate/usr/src/cmd/chmod/ |
H A D | common.c | 64 #define GROUP 02070 /* group's bits */ macro 75 #define GROUP_RWX (GROUP & (READ | WRITE | EXEC)) 126 * who_msk contains USER|GROUP|OTHER information 180 perms_msk = (new_mode & GROUP) >> 3; 240 (perms_msk & GROUP & EXEC) == 241 (GROUP & EXEC)) { 254 if (((new_mode & GROUP & 267 if (scheck == 1 && (perms_msk & GROUP & SETID) 268 == (GROUP & SETID)) { 271 ((perms_msk & GROUP [all...] |
/illumos-gate/usr/src/cmd/pfexecd/ |
H A D | Makefile | 43 GROUP= bin macro
|
/illumos-gate/usr/src/cmd/install.d/ |
H A D | install.sh | 46 GROUP=`echo $GRP | sed -e 's/) fsid.*//p'` 49 if [ -z "$GROUP" ] 51 GROUP=`expr "\`id\`" : ".*gid=\([0-9]*\).*"` 61 GROUP=bin 188 GROUP=$2 210 chgrp $GROUP $i 217 chgrp $GROUP $i 257 chgrp $GROUP $direct/$FILE 280 chgrp $GROUP $direct/$FILE 349 chgrp $GROUP [all...] |
/illumos-gate/usr/src/cmd/oamuser/group/ |
H A D | add_group.c | 53 if ((etcgrp = fopen(GROUP, "r")) == NULL) { 97 if (rename(GRPTMP, GROUP) < 0) {
|
H A D | del_group.c | 48 /* Delete a group from the GROUP file */ 61 if ((e_fptr = fopen(GROUP, "r")) == NULL) 87 /* loop thru GROUP looking for the one to delete */ 108 /* GROUP file contains bad entries or write failed. */ 113 /* If deleted, update GROUP file */ 115 if (rename(tname, GROUP) != 0) {
|
H A D | mod_group.c | 61 if ((e_fptr = fopen(GROUP, "r")) == NULL) 108 /* GROUP file contains bad entries or write failed. */ 114 if (rename(tname, GROUP) != 0) {
|
/illumos-gate/usr/src/lib/libsec/common/ |
H A D | aclsort.c | 34 * USER_OBJ, USER, GROUP_OBJ, GROUP, CLASS_OBJ, OTHER_OBJ 37 * For USER, GROUP, DEF_USER, and DEF_GROUP entries, the entries 64 {4, GROUP}, 123 * Start sorting id within USER and GROUP 129 sortid(aclbufp, nentries, GROUP); 143 if (tp->a_type == USER || tp->a_type == GROUP ||
|
/illumos-gate/usr/src/cmd/oamuser/inc/ |
H A D | users.h | 39 #define GROUP "/etc/group" macro
|
/illumos-gate/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldapaddent.h | 37 #undef GROUP macro
|
/illumos-gate/usr/src/head/ |
H A D | userdefs.h | 91 #define GROUP "/etc/group" macro 141 /* GROUP, PASSWD, or SHADOW file missing */ 144 /* GROUP, PASSWD, or SHAWOW file is busy */ 150 /* Unable to update GROUP, PASSWD, or SHADOW file */
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/ |
H A D | Makefile | 38 $(ROOTETC)/inet/$(CFGFILES):= GROUP= sys
|
/illumos-gate/usr/src/cmd/sed/ |
H A D | defs.h | 114 GROUP, /* { */ enumerator in enum:e_args
|
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/ |
H A D | Makefile | 45 $(ROOTCFGFILES) := GROUP= sys
|
/illumos-gate/usr/src/cmd/oamuser/user/ |
H A D | groups.c | 65 if ((e_fptr = fopen(GROUP, "r")) == NULL) 99 /* Make TMP file look like we want GROUP file to look */ 211 /* Now, update GROUP file, if it was modified */ 213 if (rename(t_name, GROUP) != 0) {
|
/illumos-gate/usr/src/cmd/filesync/ |
H A D | acls.c | 259 } else if (type & (GROUP_OBJ|GROUP)) { 273 else if (type & (USER|GROUP)) {
|
/illumos-gate/usr/src/cmd/id/ |
H A D | id.c | 53 GROUP, /* Print only group */ enumerator in enum:PRINT 99 mode = GROUP; 167 else if (mode == GROUP)
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | ncgrpw.c | 601 bufsz = strlen(instroot) + strlen(GROUP) + 1; 605 strlen(instroot) + strlen(GROUP), "buf"); 607 (void) snprintf(buf, bufsz, "%s%s", instroot, GROUP); 678 if (asprintf(&buf, "%s%s", instroot, GROUP) < 0) { 681 strlen(instroot) + strlen(GROUP), "buf");
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | acl.h | 62 #define GROUP (0x08) /* additional groups */ macro 73 #define DEF_GROUP (ACL_DEFAULT | GROUP)
|
/illumos-gate/usr/src/cmd/ypcmd/mknetid/ |
H A D | mknetid.c | 94 static char GROUP[] = "/etc/group"; /* default group database */ variable 98 static char *grpfile = GROUP; /* group file */ 508 { 'g', GROUP, &grpfile },
|
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | InterfaceAttributes.java | 264 GROUP("Group"), enum constant in enum:InterfaceAttributes.DependencyClass
|
/illumos-gate/usr/src/head/rpcsvc/ |
H A D | nis.x | 214 %#define GROUP(a, m) (((a) & ((m) << 8)) != 0)
|
/illumos-gate/usr/src/common/acl/ |
H A D | acl_common.c | 125 ace_group, /* includes GROUP and GROUP_OBJ */ 479 if (aclent[i].a_type & (GROUP | GROUP_OBJ)) 554 (aclent[i].a_type & (USER | GROUP | GROUP_OBJ))) { 610 } else if (aclent[i].a_type & (GROUP_OBJ | GROUP)) { 1059 (vals->aent_type & (USER | GROUP | GROUP_OBJ))) { 1067 if (dest->a_type & (USER | GROUP)) { 1155 /* GROUP */ 1159 if (!(vals->aent_type & GROUP)) { 1371 acl->seen |= GROUP; 1378 vals->aent_type = GROUP | ac [all...] |
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_acl.c | 385 if (aclent[i].a_type & (GROUP | GROUP_OBJ)) 610 (aclent[i].a_type & (USER | GROUP | GROUP_OBJ))) { 715 } else if (aclent[i].a_type & (GROUP_OBJ | GROUP)) { 1208 (vals->aent_type & (USER | GROUP | GROUP_OBJ))) { 1218 if (dest->a_type & (USER | GROUP)) { 1315 /* GROUP */ 1319 ASSERT(vals->aent_type & GROUP); 1494 acl->seen |= GROUP; 1497 vals->aent_type = GROUP | acl->dfacl_flag; 1531 /* ACL_MASK is for USER and GROUP onl [all...] |