Page 1 of 1

RBAC auto-role question

PostPosted: Mon Aug 16, 2004 9:33 am
by Kyoshiro
I made a special role which default subject allows access to standard /etc and /proc files to increase ACL's lisibility and reduce reddundancy in each process (/etc/localtime, /etc/ld.so.cache, ....). I want some process to be auto-granted that specific role...

I was wondering how I could auto assign a special role when a program (identified by its path) is launched. Any idea ?

PostPosted: Fri Aug 20, 2004 10:16 am
by spender
Make it a role that doesn't require authentication, and make some wrapper program that execs gradm -n <rolename>, which will automatically switch to the special role.

-Brad

PostPosted: Mon Aug 23, 2004 12:01 pm
by Kyoshiro
Ok thanks