aboutsummaryrefslogtreecommitdiffstats
path: root/src/msec/config.py
Commit message (Collapse)AuthorAgeFilesLines
* close properly file handler when savingPapoteur2017-05-141-0/+3
|
* Reverse the Narg function, no more needed (mga#16524)SARL ENR 682015-08-281-13/+9
| | | | - by papoteur: https://bugs.mageia.org/attachment.cgi?id=6928
* Other modifications for pyhton adapting to Python3 (mga#16524)SARL ENR 682015-08-281-12/+4
| | | | - by papoteur: https://bugs.mageia.org/attachment.cgi?id=6901
* Adjust gettext.install for python3 (mga#16524)SARL ENR 682015-08-281-1/+1
| | | | - by papoteur: https://bugs.mageia.org/attachment.cgi?id=6900
* Adapt shebang (mga#16524)SARL ENR 682015-08-281-1/+1
| | | | - by papoteur: https://bugs.mageia.org/attachment.cgi?id=6899
* Adaptation to python3 using 2to3-3.4 (mga#16524)SARL ENR 682015-08-281-13/+13
| | | | - by papoteur: https://bugs.mageia.org/attachment.cgi?id=6898
* Add a Narg function to deal the encoding strings. #mga13837Papoteur2015-07-251-9/+32
| | | | | v1: Thierry Vignaud v2: improved by patpoteur
* fix treating UTF-8 strings as asciiThierry Vignaud2014-02-101-1/+1
| | | | same issue as in mga#12047 for net_monitor...
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2012-09-201-0/+0
| | | | | | | | | | | | with Mageia. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r5960 | dmorgan | 2012-09-20 10:00:59 +0100 (Thu, 20 Sep 2012) | 1 line Import msec ------------------------------------------------------------------------
* Use 'None' level as base when no BASE_LEVEL is definedEugeni Dodonov2010-06-071-1/+1
|
* Add support for ACL (based on patch from Tiago MarquesEugeni Dodonov2010-04-071-9/+6
| | | | <tiago.marques@caixamagica.pt>, #58640)
* prevent variable duplication when savingEugeni Dodonov2010-02-231-1/+0
|
* properly escape special charactersEugeni Dodonov2010-02-221-0/+13
|
* Improved message with exceptions file is not found.Eugeni Dodonov2010-02-181-1/+3
|
* support load custom level configuration in guiEugeni Dodonov2010-02-181-0/+16
|
* revert support for translatable valuesEugeni Dodonov2010-02-081-29/+3
|
* Initial support for parameter value translationEugeni Dodonov2010-02-081-3/+34
|
* Properly handle base levels in msecgui and with deleted parameters.Eugeni Dodonov2010-01-291-2/+5
|
* Properly getting variables from base level.Eugeni Dodonov2010-01-291-6/+40
| | | | Updated msecperms to use values from main msec config.
* initial support for installing missing packagesEugeni Dodonov2010-01-291-1/+6
|
* Correctly saving new levels.Eugeni Dodonov2009-10-021-0/+8
|
* moved security enforcing into msec.py pluginEugeni Dodonov2009-09-161-54/+9
|
* moved auditing part into audit pluginEugeni Dodonov2009-09-161-35/+4
|
* added support for exceptionsEugeni Dodonov2009-09-091-0/+92
|
* added documentation for check exceptionsEugeni Dodonov2009-09-091-0/+7
|
* Support enforcing file permissions in periodic msec runsEugeni Dodonov2009-08-301-1/+1
|
* added support for configuring inclusion of current directory into pathEugeni Dodonov2009-08-291-1/+2
|
* Do not crash on empty lines.Eugeni Dodonov2009-08-211-0/+4
|
* Added support for SECURE_TMP for temporary files.Eugeni Dodonov2009-07-011-3/+4
|
* Added support for CHECK_RPM_PACKAGES and CHECK_RPM_INTEGRITY.Eugeni Dodonov2009-06-261-3/+4
|
* Added support for CHECK_USERS and CHECK_GROUPS.Eugeni Dodonov2009-06-261-0/+3
|
* Correctly handling unicode messages (#50869).Eugeni Dodonov2009-06-251-2/+1
|
* Check for open ports only when required.Eugeni Dodonov2009-06-231-3/+4
|
* Add support for FIX_UNOWNED to allow changing unowned files owner andEugeni Dodonov2009-06-231-1/+2
| | | | group (#51791).
* Fixed command inversion between DNS_SPOOFING_PROTECTION andEugeni Dodonov2009-04-221-2/+2
| | | | IP_SPOOFING_PROTECTION.
* Properly handle WIN_PARTS_UMASK.Eugeni Dodonov2009-04-221-0/+1
|
* Removed duplicate entry for CREATE_SERVER_LINK.Eugeni Dodonov2009-04-151-1/+1
|
* Changed server files to support remote/local services.Eugeni Dodonov2009-03-111-1/+1
|
* Added PAM plugin.Eugeni Dodonov2009-03-051-12/+4
|
* Added MSEC_DIR configuration variable.Eugeni Dodonov2009-03-031-0/+1
|
* Moved policykit code to new plugin.Eugeni Dodonov2009-03-031-1/+0
|
* Better support for plugin location.Eugeni Dodonov2009-02-251-0/+1
|
* Added option to automatically enforce msec permissions on startup.Eugeni Dodonov2009-02-251-1/+1
|
* Added ENABLE_STARTUP_MSEC and ENABLE_STARTUP_PERMS variables.Eugeni Dodonov2009-02-251-1/+3
|
* Added support for categories of security items.Eugeni Dodonov2009-02-251-1/+23
|
* Added sample AppArmor plugin.Eugeni Dodonov2009-02-251-1/+0
|
* Support for getting config and logging from a different root.Eugeni Dodonov2009-02-051-6/+6
|
* Renamed level 'default' to level 'standard'.Eugeni Dodonov2009-02-051-2/+2
|
* Added support for running in chroot.Eugeni Dodonov2009-02-051-1/+1
|
* Added initial support for plugins.Eugeni Dodonov2009-02-051-55/+58
|