Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed loader2 subdirectory to loader (hooray for git) | David Cantrell | 2008-08-25 | 1 | -56/+0 |
| | |||||
* | Use %m rather than strerror() where appropriate. | Peter Jones | 2008-07-08 | 1 | -1/+1 |
| | |||||
* | Clean up typos and other things for GPLv2+ changes. | David Cantrell | 2007-12-17 | 1 | -1/+1 |
| | | | | | | | Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually we'll get an AUTHORS file and will just remove author names from the individual files. Also fixed a type in scripts/dumphdrlist.py where Author was listed twice. | ||||
* | GPLv2+ boilerplates for loader2/ source files. | David Cantrell | 2007-12-17 | 1 | -9/+15 |
| | |||||
* | -b option now causes a warning message to be printed. | Chris Lumens | 2007-05-16 | 1 | -1/+1 |
| | |||||
* | - Fix building with newer libselinux | Peter Jones | 2006-08-14 | 1 | -18/+0 |
| | |||||
* | Don't try to symlink again. | Chris Lumens | 2005-10-17 | 1 | -6/+0 |
| | |||||
* | 2005-10-07 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-10-07 | 1 | -62/+7 |
| | | | | | | | | * loader2/selinux.c (loadpolicy): load_policy changed how it works, let's try to keep it happy if we can instead of having to implement it ourselves. * scripts/upd-instroot (SELINUX): Create an selinux config. | ||||
* | Support logging levels in the loader just like in the python parts of the | Chris Lumens | 2005-08-13 | 1 | -4/+4 |
| | | | | | | installer. Also make the output look the same. This isn't going to be nearly as sophisticated as the python logging module, but it will at least behave similarly with command line options. | ||||
* | 2005-03-23 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-03-23 | 1 | -3/+17 |
| | | | | * loader2/selinux.c: Load SELinux booleans (#151896) | ||||
* | exec load_policy with -q to make warning be quiet (#129860) | Jeremy Katz | 2004-08-25 | 1 | -1/+1 |
| | |||||
* | targeted policy updates, a few little simplifications | Jeremy Katz | 2004-06-09 | 1 | -4/+5 |
| | |||||
* | why do I now have to do a memset? also, version is small (#116833) | Jeremy Katz | 2004-02-27 | 1 | -2/+4 |
| | |||||
* | more debugging | Jeremy Katz | 2004-02-27 | 1 | -0/+1 |
| | |||||
* | -Wall | Jeremy Katz | 2004-02-24 | 1 | -0/+1 |
| | |||||
* | shuffle some selinux stuff around. make policy version be dynamic, set | Jeremy Katz | 2004-02-23 | 1 | -0/+110 |
context of running anaconda to be anaconda_t |