Guillaume Rousse <[EMAIL PROTECTED]> writes: > Ainsi parlait Jeremy Salch : > > Thankyou that was the problem. I was pulling my hair out. Now I just have > > to figure out how to make that stick so that when i go to level 4 the > > hosts.deny file will have what I want in it. The only problem is i dont > > konw what files to modify. > use such a level.local file in /etc:security/msec: > > from mseclib import * > > # authorize all services > authorize_services(ALL) > > Currently one has to dig in /usr/share/msec.py to find available options. > Fred, unless your objective is having everyone learning python, a list of all > available options with possible values would be of a great.
I have started a man page for mseclib which describes all the available functions (try man mseclib). -- Fred - May the source be with you
