summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Mraz <tm@t8m.info>2007-06-15 13:50:11 +0000
committerTomas Mraz <tm@t8m.info>2007-06-15 13:50:11 +0000
commitb8df468e3ad7738ae5ed8bd69fac63fcef098329 (patch)
tree38cd6bb89e2595ac437c8710c716338dc855a490
parent6fdbb8b07e9405d3748c32a9b7906c73b95ccef5 (diff)
Relevant BUGIDs:
Purpose of commit: bugfix Commit summary: --------------- 2007-06-15 Tomas Mraz <t8m@centrum.cz> * configure.in: Check for setkeycreatecon().
-rw-r--r--ChangeLog1
-rw-r--r--configure.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 17f15866..a2b5ef48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,7 @@
SELinux user and level. Audit role/level changes. Call setkeycreatecon
to assign key creation context. Don't fail on errors when SELinux
is not in enforcing mode.
+ * configure.in: Check for setkeycreatecon().
* modules/pam_namespace/README.xml: Avoid duplication of
documentation.
diff --git a/configure.in b/configure.in
index 0c4c8cb0..a807df7a 100644
--- a/configure.in
+++ b/configure.in
@@ -415,7 +415,7 @@ AC_CHECK_FUNCS(fseeko gethostname gettimeofday lckpwdf mkdir select)
AC_CHECK_FUNCS(strcspn strdup strspn strstr strtol uname)
AC_CHECK_FUNCS(getpwnam_r getpwuid_r getgrnam_r getgrgid_r getspnam_r)
AC_CHECK_FUNCS(getgrouplist getline getdelim)
-AC_CHECK_FUNCS(inet_ntop inet_pton ruserok_af)
+AC_CHECK_FUNCS(inet_ntop inet_pton ruserok_af setkeycreatecon)
AC_CHECK_FUNCS(unshare, [UNSHARE=yes], [UNSHARE=no])
AM_CONDITIONAL([HAVE_UNSHARE], [test "$UNSHARE" = yes])