]> git.ipfire.org Git - thirdparty/coreutils.git/commit
id: Add SELinux support: -Z option.
authorJim Meyering <jim@meyering.net>
Sat, 13 Jan 2007 15:15:41 +0000 (16:15 +0100)
committerJim Meyering <jim@meyering.net>
Thu, 29 Mar 2007 19:37:05 +0000 (21:37 +0200)
commit5320d0fef161815228825425062741514b292196
tree09376c43ebfec069deccc73beffcb3c0c9751b0e
parentbc5faec34a751038e7a9e4515d846fe1d1a7edca
id: Add SELinux support: -Z option.

* src/id.c (main): Apply patches from Fedora, with these changes:
Remove #ifdef WITH_SELINUX.
Use error (EXIT_FAILURE, not fprintf+exit(1).
* src/Makefile.am (id_LDADD): Define, so as to add $(LIB_SELINUX).
ChangeLog-selinux
src/Makefile.am
src/id.c