Operating System - HP-UX
1832864 Members
2776 Online
110048 Solutions
New Discussion

Can one set up privedit for a directory structure

 
Records Management
Frequent Advisor

Can one set up privedit for a directory structure

I have a HP-UX Protected WS installation, which is rather new to us. I have a web admin that needs to be able to add, edit, and delete files in the two cgi directories on a routine basis.

The problem is that you can only set the RBAC authorization for a single file. What I am trying to do is set it up so that he can do anything he wants in the two cgi areas, /var/jail/wp_cgi/opt/hpws/apache/htdocs and
/var/jail/wp_outcgi/opt/hpws/apache/htdocs.

It's interesting that the PSWS admin guide states that the WebAdmin role has "As the
Webadmin, you have full default access to the publishing and scripting directories", but not that I can see.

Of course, I could always put the user in group bin, which should fix the problem. But, that's not a clean solution either.

3 REPLIES 3
Marco A.
Esteemed Contributor

Re: Can one set up privedit for a directory structure

I really hate RBAC, normally when I face those little "issues" I start to set ..as you said ... permissions ! , putting into the bin group have to help you with that.

Regards,

Marco,
Just unplug and plug in again ....

Re: Can one set up privedit for a directory structure

Have you looked sat Security Containment as an option for this?

On the surface it would appear to match more closely whatr you require than RBAC:

http://docs.hp.com/en/internet.html#Security%20Containment

HTH

Duncan


I am an HPE Employee
Accept or Kudo
Records Management
Frequent Advisor

Re: Can one set up privedit for a directory structure

Actually, security containment is one of the parts of the secure web server package.

I think that I'm going to give the developers directory permission to do their adds/mods/deletes on the two cgi directories the old way. When we move it over to production, I'll move the stuff with the "original" permissions.