]> 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>
Sun, 18 Mar 2007 17:15:05 +0000 (18:15 +0100)
commit0278a4d7d31f31e8eaddbd3653aae524c54ac5bd
tree01abd6f2bcfaf359db12253d4c41e80562f3858b
parent2aab34d486bff1adafd1730a433acb7a7351834c
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