Guillaume Rousse <[EMAIL PROTECTED]> writes: > I know it is under development, but where is details about creating his own > local configuration explained ? I'm going crazy because of connection limited > to localhost in level 4, while level 3 is far too permissive for me. > Moreover, the old problem with msec is still there : getting information from > your current level is impossible, you're always configuring from scratch. A > complete config dump would be useful, or at least a current level indication.
There is no documentation to help you but it's rather simple to do it. You need to put the following in /etc/security/msec/level.local: ---- 8< ---- snip ---- 8< ---- import * from mseclib authorize_services(ALL) ---- 8< ---- snip ---- 8< ---- the functions used in the levels are called from /usr/share/msec/msec.py -- Fred - May the source be with you
