Another Feature Request
When creating a 'Full Learning" policy (gradm -F -L /tmp/learn.logs -O /tmp/policy) - would it be possible to add a comment before each subject, stating what role it's part of?
For Example:
- Code: Select all
subject /etc/cron.daily o {
user_transition_allow man
group_transition_allow man
/ r
/bin rxi
/boot r
/boot/grub
/dev
Would instead become:
- Code: Select all
# Role: root
subject /etc/cron.daily o {
user_transition_allow man
group_transition_allow man
/ r
/bin rxi
/boot r
/boot/grub
/dev
This makes it easy when you're editing a large file to remember where you are (or when searching/moving forward being sure where you are)
It's one thing I've realized would make things a little easier as a newbie.
Tim