platform_external_selinux/libsemanage
Nicolas Iooss 5815cc9843
libselinux,libsemanage: never create -.o in exception.sh
Files starting with "-" causes issues in commands such as "rm *.o". For
libselinux and libsemanage, when exception.sh fails to remove "-.o",
"make clean" fails with:

    rm: invalid option -- '.'
    Try 'rm ./-.o' to remove the file '-.o'.
    Try 'rm --help' for more information.

Fix this by making exception.sh create "temp.o" instead of "-.o".

Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
2019-11-13 08:34:35 +01:00
..
example Author: Daniel J Walsh 2008-09-15 09:25:33 -04:00
include libsemanage: mark all exported function "extern" 2019-10-18 07:34:46 +13:00
man libsemanage: optionally optimize policy on rebuild 2019-06-25 10:11:00 -04:00
src libselinux,libsemanage: never create -.o in exception.sh 2019-11-13 08:34:35 +01:00
tests libsemanage/tests: check that string pointers are not NULL before comparing them 2019-10-01 14:33:04 -04:00
utils Always use /usr/bin/python3 in Python scripts 2019-02-20 16:43:27 +01:00
.gitignore Add subdirectory .gitignore files. 2009-10-20 21:25:55 -04:00
COPYING initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
Makefile libsemanage: semanage store migration script 2014-08-26 08:03:31 -04:00
VERSION Update VERSIONs to 3.0-rc1 for release. 2019-10-28 13:06:11 +01:00