summaryrefslogtreecommitdiffstats
path: root/perl-install/security/level.pm
Commit message (Collapse)AuthorAgeFilesLines
* English proofreading (first pass)Pablo Saratxaga2003-01-211-2/+2
|
* replace occurences of "$foo ? $foo : $bar" with "$foo || $bar"Pascal Rigaux2003-01-161-2/+2
|
* - move any::choose_security_level() to security::level::level_choose()Pascal Rigaux2002-12-291-0/+40
| | | | | | - move any::config_security_user() to security::various::config_security_user() - move any::config_libsafe() and security::libsafe::config_libsafe() to security::various::config_libsafe()
* - fix duplication of sec level setting:Thierry Vignaud2002-11-191-0/+47
merge any::get_secure_level() with secure::msec::get_secure_level() - move security level functions from secure::msec to secure::level - uses secure::level in install_steps - fix duplication of security level labels - draksec: use same strings in drakx, got nice translations - get_default_checks(): make it more readable