2f8d0cc83b986b1d302d431f7a3b7c90682faf99 |
|
27-Feb-2018 |
Lukas Slebodnik <lslebodn@redhat.com> |
IPA: Drop unused ifdef HAVE_SELINUX_LOGIN_DIR
Macros ALL_SERVICES and selogin_path were conditionally defined
in case of existing selinux login directory at configure time
(defined macro AVE_SELINUX_LOGIN_DIR)
However, these macros were unused for quite a long 2.5 year
and last usage was removed in commit 9c47c8c59b5c9078f342f82367cd0ad7857acef8
"IPA: Use set_seuser instead of writing selinux login file"
Reviewed-by: Pavel Březina <pbrezina@redhat.com> |
39472b5dfcc82815ae819a5b5831859249962a4c |
|
14-May-2013 |
Lukas Slebodnik <lslebodn@redhat.com> |
Fix broken build with selinux.
Header file selinux/selinux.h was removed in commit 245cc346 from file
ipa_selinux.c, because it breaks build without selinux. But new
error was introduced. This patch fixes compilation with selinux and include
header file selinux/selinux.h only if both macros
exist HAVE_SELINUX and HAVE_SELINUX_LOGIN_DIR.
Now ipa_selinux.c should be correctly built with and without selinux. |