Hello. I've got an application, which does a msgctl(2) call with cmd = IPC_SET. This is a server application and I try to start it using SMF; in the manifest, I've got:
[...] <method_credential user='conf' privileges='basic,!proc_session,!proc_info,!file_link_any,net_privaddr,sys_ipc_config'/> [...] But when I try to enable this service, it fails: svc.startd could not set context for method: setppriv: Nicht Eigentümer ("Nicht Eigentümer" means "Not owner") When I enable the service without (trying to) grant the sys_ipc_config privilege, the app starts, but issues a warning: setTotalQSize: Failed to set queue size (have 65536 bytes). errno=1 'Not owner' Can I somehow grant the PRIV_SYS_IPC_CONFIG privilege to the zone, so that this works? If I undestand http://developers.sun.com/solaris/articles/zone_app_qualif.html correctly, then this priv isn't in the list of privs a NGZ can have. Is that correct? Or could I somehow grant this priv to the NGZ? Best regards, Alexander -- ↯ Lifestream (Twitter, Blog, …) ↣ http://alexs77.soup.io/ ↯ ↯ Chat (Jabber/Google Talk) ↣ a.sk...@gmail.com , AIM: alexws77 ↯ _______________________________________________ zones-discuss mailing list zones-discuss@opensolaris.org