On Sun, Jan 17, 2010 at 9:32 PM, b js <[email protected]> wrote:
> Hi,
>
> What rights or role do I have to give to a user for it to be able to bind to 
> the networkports 80 and 443?

It's net_privaddr, but normally you wouldn't give it to a user, but would
hand that out in a particular SMF service that starts the application in
question, with a fragment in the SMF manifest that looks something like:

                <method_context
                    working_directory='/opt/apache'
                    project=':default'>
                    <method_credential
                        user='webuser'
                        group='staff'
                        privileges='basic,net_privaddr' />
                </method_context>

-- 
-Peter Tribble
http://www.petertribble.co.uk/ - http://ptribble.blogspot.com/
_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to