HomeSort by relevance Sort by last modified time
    Searched refs:auths (Results 1 - 25 of 25) sorted by null

  /onnv/onnv-gate/usr/src/cmd/auths/
Makefile 28 PROG= auths
30 AUTHS= auths
34 ROOTBINAUTHS = $(AUTHS:%=$(ROOTBIN)/%)
auths.c 64 static char *progname = "auths";
135 /* if ALL_AUTHS is default, don't need to look at other auths */
170 * combine the user auths and default auths,
190 /* print out the auths */
241 char *auths = NULL; local
254 if (_get_user_defs(user, &auths, &profs) == 0) {
255 if (auths != NULL) {
256 add_auths(auths, authArray, authcnt);
265 _free_user_defs(auths, profs)
321 char *auths; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libsecdb/
user_attr.txt 29 root::::auths=solaris.*,solaris.grant;profiles=All;lock_after_retries=no;min_label=admin_low;clearance=admin_high
32 dladm::::auths=solaris.smf.manage.wpa,solaris.smf.modify
33 daemon::::auths=solaris.smf.manage.ilb,solaris.smf.modify.application
34 zfssnap::::type=role;auths=solaris.smf.manage.zfs-auto-snapshot;profiles=ZFS File System Management
prof_attr.txt 33 Audit Control:::Configure Solaris Auditing:auths=solaris.audit.config,solaris.jobs.admin;help=RtAuditCtrl.html
34 Audit Review:::Review Solaris Auditing logs:auths=solaris.audit.read;help=RtAuditReview.html
35 Console User:::Manage System as the Console User:profiles=Suspend To RAM,Suspend To Disk,Brightness,CPU Power Management,Network Autoconf;auths=solaris.system.shutdown;help=RtConsUser.html
37 Device Management:::Control Access to Removable Media:auths=solaris.device.*;help=RtDeviceMngmnt.html
38 Printer Management:::Manage printers, daemons, spooling:auths=solaris.print.*,solaris.label.print,solaris.smf.manage.discovery.printers.*,solaris.smf.value.discovery.printers.*;help=RtPrntAdmin.html
39 Cron Management:::Manage at and cron jobs:auths=solaris.jobs.*,solaris.smf.manage.cron;help=RtCronMngmnt.html
41 Basic Solaris User:::Automatically assigned rights:auths=solaris.profmgr.read,solaris.mail.mailq,solaris.device.mount.removable,solaris.admin.wusb.read;profiles=All;help=RtDefault.html
42 Device Security:::Manage devices and Volume Manager:auths=solaris.device.*,solaris.smf.manage.vt;help=RtDeviceSecurity.html
43 DHCP Management:::Manage the DHCP service:auths=solaris.dhcpmgr.*;help=RtDHCPMngmnt.html
44 Extended Accounting Flow Management:::Manage the Flow Extended Accounting service:auths=solaris.smf.manage.extended-accounting.flow,solaris.smf.value.extended-accounting.flow;profiles=ac (…)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/allocate/
devalloc_defaults 33 # auths=<comma separated list of device authorizations>;\
37 # e.g.: minlabel="TS A B";maxlabel="TS AB";auths=solaris.device.allocate;\
40 audio:minlabel=admin_low;maxlabel=admin_high;auths=solaris.device.allocate;cleanscript=/etc/security/lib/audio_clean
41 fd:minlabel=admin_low;maxlabel=admin_high;auths=solaris.device.allocate;cleanscript=/etc/security/lib/disk_clean
42 sr:minlabel=admin_low;maxlabel=admin_high;auths=solaris.device.allocate;cleanscript=/etc/security/lib/disk_clean
43 st:minlabel=admin_low;maxlabel=admin_high;auths=solaris.device.allocate;cleanscript=/etc/security/lib/tape_clean
44 rmdisk:minlabel=admin_low;maxlabel=admin_high;auths=solaris.device.allocate;cleanscript=/etc/security/lib/disk_clean
allocate3.c 146 _is_authorized(char *auths, uid_t uid)
155 if (strcmp(auths, "@") == 0)
157 if (strcmp(auths, "*") == 0)
161 if (strpbrk(auths, DEVICE_AUTH_SEPARATOR) == NULL)
162 return (chkauthattr(auths, pw_ent.pw_name));
163 authlist = strdup(auths);
257 (void) printf("auths=%s%s",
    [all...]
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWcdrw/
prototype_com 53 d none usr/lib/help/auths 0755 root bin
54 d none usr/lib/help/auths/locale 0755 root bin
55 d none usr/lib/help/auths/locale/C 0755 root bin
56 f none usr/lib/help/auths/locale/C/DevCDRW.html 0444 root bin
  /onnv/onnv-gate/usr/src/lib/libsecdb/common/
chkauthattr.c 49 char *auths; local
69 if ((auths = kva_match(user->attr, USERATTR_AUTHS_KW)) != NULL) {
70 auth_granted = _is_authorized(authname, auths);
97 char *prof, *lasts, *auths, *profiles; local
122 if ((auths = kva_match(pa->attr,
124 if (_is_authorized(authname, auths)) {
177 _is_authorized(const char *authname, char *auths)
185 buf = strdup(auths);
186 for (auth = strtok_r(auths, ",", &lasts); auth != NULL && !found;
215 char *auths = NULL local
    [all...]
  /onnv/onnv-gate/usr/src/pkgdefs/SUNW0on/
prototype_com 205 d none usr/lib/help/auths 755 root bin
206 d none usr/lib/help/auths/locale 755 root bin
207 f none usr/lib/help/auths/locale/AuditConfig.html 444 root bin
208 f none usr/lib/help/auths/locale/AuditHeader.html 444 root bin
209 f none usr/lib/help/auths/locale/AuditRead.html 444 root bin
210 f none usr/lib/help/auths/locale/DevAllocHeader.html 444 root bin
211 f none usr/lib/help/auths/locale/DevAllocate.html 444 root bin
212 f none usr/lib/help/auths/locale/DevConfig.html 444 root bin
213 f none usr/lib/help/auths/locale/DevGrant.html 444 root bin
214 f none usr/lib/help/auths/locale/DevRevoke.html 444 root bi
    [all...]
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWtsu/
prototype_com 100 d none usr/lib/help/auths 755 root bin
101 d none usr/lib/help/auths/locale 755 root bin
102 d none usr/lib/help/auths/locale/C 755 root bin
104 f none usr/lib/help/auths/locale/C/FileHeader.html 444 root bin
105 f none usr/lib/help/auths/locale/C/FileChown.html 444 root bin
106 f none usr/lib/help/auths/locale/C/FileOwner.html 444 root bin
107 f none usr/lib/help/auths/locale/C/LabelHeader.html 444 root bin
108 f none usr/lib/help/auths/locale/C/LabelFileDowngrade.html 444 root bin
109 f none usr/lib/help/auths/locale/C/LabelFileUpgrade.html 444 root bin
110 f none usr/lib/help/auths/locale/C/LabelPrint.html 444 root bi
    [all...]
  /onnv/onnv-gate/usr/src/lib/libsecdb/help/
Makefile 31 SUBDIRS = auths profiles
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWsndmu/
prototype_com 62 d none usr/lib/help/auths 0755 root bin
63 d none usr/lib/help/auths/locale 0755 root bin
64 d none usr/lib/help/auths/locale/C 0755 root bin
65 f none usr/lib/help/auths/locale/C/MailHeader.html 0444 root bin
66 f none usr/lib/help/auths/locale/C/MailQueue.html 0444 root bin
  /onnv/onnv-gate/usr/src/cmd/vntsd/
svc-vntsd 80 $GREP '^root' ${USER_ATTR} | $GREP 'auths=' >/dev/null 2>&1
86 g/^root.*auths\=/s/^roo.*auths\=/&solaris.vntsd.grant,/
96 root::::type=normal;auths=solaris.vntsd.grant;lock_after_retries=0
  /onnv/onnv-gate/usr/src/cmd/wusbadm/
crypto_util.c 152 /* Check if a uid has auths */
154 chk_auths(uid_t uid, const char *auths)
169 /* check the auths */
170 if (chkauthattr(auths, pwd.pw_name) != 1) {
  /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
ServerDATable.java 517 Hashtable auths = null; local
519 auths = ((SSrvReg)rqst).URLSignature;
521 auths = ((SSrvDereg)rqst).URLSignature;
528 Enumeration abs = auths.elements();
ServiceTable.java 329 // Now we've got it, after much effort. Get the auths.
989 Hashtable auths = (Hashtable) signatures.get(aSurl); local
991 AuthBlock.getEquivalentAuth(req.spi, auths);
    [all...]
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWcsu/
prototype_com 53 f none usr/bin/auths 555 root bin
456 d none usr/lib/help/auths 755 root bin
457 d none usr/lib/help/auths/locale 755 root bin
458 d none usr/lib/help/auths/locale/C 755 root bin
459 f none usr/lib/help/auths/locale/C/AllSolAuthsHeader.html 444 root bin
460 f none usr/lib/help/auths/locale/C/AuditConfig.html 444 root bin
461 f none usr/lib/help/auths/locale/C/AuditHeader.html 444 root bin
462 f none usr/lib/help/auths/locale/C/AuditRead.html 444 root bin
463 f none usr/lib/help/auths/locale/C/AuthJobsAdmin.html 444 root bin
464 f none usr/lib/help/auths/locale/C/AuthJobsUser.html 444 root bi
    [all...]
  /onnv/onnv-gate/usr/src/cmd/oamuser/user/
funcs.c 225 check_auth(const char *auths)
233 tmp = strdup(auths);
  /onnv/onnv-gate/usr/src/cmd/rexd/
mount_nfs.c 126 int *auths; local
312 auths =
317 if (auths[0] == AUTH_DES)
  /onnv/onnv-gate/usr/src/cmd/
Makefile 64 auths \
522 auths \
  /onnv/onnv-gate/usr/src/lib/libsecdb/help/auths/
Makefile 24 # lib/libsecdb/help/auths/Makefile
174 AUTHDIR=$(HELPDIR)/auths
  /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/mount/
mount.c 2014 int count, i, *auths; local
    [all...]
  /onnv/onnv-gate/usr/src/
Makefile.lint 45 cmd/auths \
  /onnv/onnv-gate/usr/src/cmd/fs.d/autofs/
autod_nfs.c 669 int *auths; local
    [all...]
  /onnv/onnv-gate/usr/src/tools/scripts/
bfu.sh     [all...]

Completed in 420 milliseconds