Ben Rockwood wrote:

> Can you elaborate on this?  How specifically is this accomplished?  It
> sounds as though your refering to either inserting an rc script or your
> referring to an SMF method.

SMF.  Look for the term "actuator" in the pkg(5) man page, and look for
restart_fmri=svc:/... in the package manifests in ON (I don't think there's
any way to coax pkg search to find them for you).

> In the case of users and groups; is this to say that if the user and
> group of a file doesn't exist its created?

No, they need to be created explicitly.  See the output of

    pkg search -l -o action.raw user::\*

for some examples.

> How would one create users with special properties, such as a pre-defined
> password, RBAC profiles, etc?

See pkg(5) again; there's an extensive section on actions and each of their
recognized attribute and what they mean.  There's currently no support for
RBAC in a user action, so you just have to deliver a user_attr fragment at
the same time.

Danek
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to