Quoth Gary Winiger on Mon, Aug 06, 2007 at 06:21:21PM -0700: > > > But then several property groups will have the same name. > > > > Why not > > > > <property_group name='SUNW,binfile' type='application'> > > <propval file='audit_binfile.so' type='astring'/> > > Well, I'm not hung up on SUNW, or no SUNW, . What I really > do what is something straight forward for the admin. > Such as > svccfg -s auditd setprop binfile/enable = true > svccfg -s auditd setprop binfile/minfree = 20 > svccfg -s auditd setprop binfile/dirs = "/var/audit,\ > /var1/audit,/var2/audit" > > I don't expect the path name to change (thought it could).
So you think svccfg -s auditd setprop SUNW,binfile/enable = true is too cumbersome? > > > <property_group name='config' type='application'> > > > <propval name='flags' type='astring' value='' /> > > > > Is this supposed to be a bitfield? If so, count or integer would be > > more appropriate. > > No, flags is an astring. For example, "all,^+ss,^+as" Ok. David