neuralnode
Technical User
Hi all,
I have an RBAC-related question.
The task I want to accomplish is to create a system user that:
1. has read-only privileges
2. can access only certain directories, e.g. /var/log and /export/home/someapp/logs
3. can use only limited set of commands (e.g. cat, more, less, date etc.)
4. alternatively, can do cp & scp, but can't do rm, mv, touch and any other modyfying/creating/deleting commands
My question is: how to implement such a feat?
I know I can use RBAC, problem is I don't know much about it, i.e. never used it. All PDFs about RBAC I could collect is purely theoretical gibberish with no real-life examples.
Anyone knows how to pull this off?
Thanx in advance!