[SOLVED][FEATURE] Global status and current object's status
Posted: Wed Aug 27, 2014 4:34 pm
Hi all! Is it possible to check global status or current subject's status? Something like apparmor_status, but more verbose:
http://cdn8.howtogeek.com/wp-content/up ... 3Zo1Be.png
And individual subject status, like this
I think, it might be very useful for sysadmins (for those who get already configured servers with grsecurity) and for monitoring.
http://cdn8.howtogeek.com/wp-content/up ... 3Zo1Be.png
And individual subject status, like this
- Code: Select all
$ gradm-status --subject /usr/bin/firefox
Roles:
* default
* pallas
* pallas [group]
* testuser
- Code: Select all
$ gradm-status --pid 4324
Subject:
/usr/bin/firefox
Current role:
pallas
I think, it might be very useful for sysadmins (for those who get already configured servers with grsecurity) and for monitoring.