====== Policy Explorer ====== This is a tool I wrote a while ago and decided to try to finish some time. It let you see and manage the RC policy in a graphical (as in via GUI) way, and possibly in a visual way (as in drawings). Some things are not implemented and the concept is still being worked on. Feel free to send any feedback how to improve it, or what you feel is missing/wrong/etc. This is in my mind a vastly better alternative to ''rc_get_item htmlprint > out.html''. {{team:kang:polexplorer.png|}} Roles are searchable, types are searchable. Requests are groupped into "simple requests" listed on the top. Tooltips will give you the real RSBAC requests. To open on your system, either run as security or user able to read the RC policy, or export a backup with the security user ( ''rc_get_item backup > backup'' ), or simply use the "open via SSH" option and connect as security user. You may currently get it there (you need git, python, pygtk, gtk essentially): # git clone http://www.insecure.ws/warehouse/polexplorer.git and to update: # git pull