- Tweaking selabel patch to work properly without selinux rules loaded. (#632914)
- enabling authorized keys command patch
This commit is contained in:
parent
693899d1e8
commit
a3a0ece415
@ -326,7 +326,7 @@ CFLAGS="$CFLAGS -fpic"
|
||||
%endif
|
||||
export CFLAGS
|
||||
SAVE_LDFLAGS="$LDFLAGS"
|
||||
LDFLAGS="$LDFLAGS -pie z relro -z now"; export LDFLAGS
|
||||
LDFLAGS="$LDFLAGS -pie -z relro -z now"; export LDFLAGS
|
||||
%endif
|
||||
%if %{kerberos5}
|
||||
if test -r /etc/profile.d/krb5-devel.sh ; then
|
||||
|
Loading…
Reference in New Issue
Block a user