Hi,
I am implementing RBAC and need to create a role with "cd" privileges that is similar to root. The role should be able to cd into any directory, even if it does not have execute rights on the directory.
I have added the following entries:
exec_attr
Additional commands:suser:cmd:::/usr/bin/cd:uid=0
prof_attr
Additional commands:::Additional rights for management:
This only eliminates the "directory1: permission denied". I am still not able to get in.
What other commands must I include?
Thanks.
Eric
I am implementing RBAC and need to create a role with "cd" privileges that is similar to root. The role should be able to cd into any directory, even if it does not have execute rights on the directory.
I have added the following entries:
exec_attr
Additional commands:suser:cmd:::/usr/bin/cd:uid=0
prof_attr
Additional commands:::Additional rights for management:
This only eliminates the "directory1: permission denied". I am still not able to get in.
What other commands must I include?
Thanks.
Eric