aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Test import of all modules.Zac Medico2011-01-281-3/+3
|
* Bug #336350 - Add back the is_selinux_enabled() function.Arfrever Frehtes Taifersar Arahesis2010-09-071-0/+3
|
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-291-2/+1
|
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Use portage.writemsg for lazy portage.util import.v2.2_rc60Zac Medico2009-12-171-2/+2
| | | | svn path=/main/trunk/; revision=15108
* Convert bytes to unicode for exception messages.Zac Medico2009-12-171-0/+8
| | | | svn path=/main/trunk/; revision=15106
* Bug #286497 - Make setexec() warn/nonfatal in permissive mode. Thanks toZac Medico2009-12-171-1/+10
| | | | | | Chris PeBenito <pebenito@gentoo.org> for this patch. svn path=/main/trunk/; revision=15100
* Fix mkdir() to call the local setfscreate() with strict returncode checking.Zac Medico2009-08-261-2/+2
| | | | | | Thanks to Chris PeBenito <pebenito@gentoo.org> for this patch. svn path=/main/trunk/; revision=14161
* Replace _content_encoding, _fs_encoding, and _merge_encoding with directZac Medico2009-08-211-14/+13
| | | | | | usage of _encodings. svn path=/main/trunk/; revision=14113
* Use _content_encoding and _fs_encoding where appropriate. Also, enableZac Medico2009-08-181-17/+21
| | | | | | strict exceptions for unicode encoding failures. svn path=/main/trunk/; revision=14085
* Prepare 308 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-08-151-7/+9
| | | | svn path=/main/trunk/; revision=14067
* Don't use the unicode-wrapped os and shutil modules here sinceZac Medico2009-08-141-2/+5
| | | | | | the whole _selinux module itself will be wrapped. svn path=/main/trunk/; revision=14023
* Replace the selinux.spawn() function with a spawn_wrapper() function andZac Medico2009-08-141-8/+12
| | | | | | use it inside portage._spawn_fetch() and portage.spawn(). svn path=/main/trunk/; revision=14022
* Update imports to import portage.os and portage.shutil (with unicodeZac Medico2009-08-111-22/+14
| | | | | | wrappers), and use _unicode_encode() where appropriate. svn path=/main/trunk/; revision=13996
* Bug #280998 - Misc selinux fixes. Thanks to Chris PeBenitoZac Medico2009-08-101-3/+11
| | | | | | <pebenito@gentoo.org> for this patch. svn path=/main/trunk/; revision=13977
* Bug #280521 - Update selinux support to use the libselinux swig wrapper apiZac Medico2009-08-061-3/+94
| | | | | | | | instead of python-selinux. Thanks to Chris PeBenito <pebenito@gentoo.org> for the initial patch which I've tweaked with whitespace changes and unicode support. svn path=/main/trunk/; revision=13937
* Fix headers that contain $Header instead of $Id.Zac Medico2009-02-231-2/+2
| | | | svn path=/main/trunk/; revision=12701
* Bug #230975 - Rename the portage.selinux module to portage._selinux in orderZac Medico2008-09-221-0/+8
to avoid a relative import issue which caused portage.selinux to attempt to import itself instead of the real 'selinux' module. Thanks to Michael Edenfield for this patch. svn path=/main/trunk/; revision=11535