Re: [osol-code] Privileges of a process

2011-02-08 Thread Casper . Dik
>I'm trying to create a pset with pset_create() and I get errno=1. >In the man of pset_create() is written that this happens when the >{PRIV_SYS_RES_CONFIG} privilege is not asserted in the effectvie >set of the calling process. >Is the problem indeed in the privilege? truss will show that: % t

[osol-code] Privileges of a process

2011-02-08 Thread Alex B.
Hello, I'm trying to create a pset with pset_create() and I get errno=1. In the man of pset_create() is written that this happens when the {PRIV_SYS_RES_CONFIG} privilege is not asserted in the effectvie set of the calling process. Is the problem indeed in the privilege? Now I'm trying to add th