summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKees Cook <kees@ubuntu.com>2010-03-02 21:33:34 -0800
committerLennart Poettering <lennart@poettering.net>2010-03-04 04:17:23 +0100
commitd3efa43d85ac132c6a5a416a2b6f2115f5d577ee (patch)
treee7f2416587fe9d0981bb516bd280ac4258dac222 /configure.ac
parent0d1154d078f8f149e2ab9a67b09835a829416e49 (diff)
core-util: ensure that we chmod only the dir we ourselves created
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1b807880..abcce13f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -424,7 +424,7 @@ AC_CHECK_FUNCS_ONCE([lrintf strtof])
AC_FUNC_FORK
AC_FUNC_GETGROUPS
AC_FUNC_SELECT_ARGTYPES
-AC_CHECK_FUNCS_ONCE([chmod chown clock_gettime getaddrinfo getgrgid_r getgrnam_r \
+AC_CHECK_FUNCS_ONCE([chmod chown fstat fchown fchmod clock_gettime getaddrinfo getgrgid_r getgrnam_r \
getpwnam_r getpwuid_r gettimeofday getuid inet_ntop inet_pton mlock nanosleep \
pipe posix_fadvise posix_madvise posix_memalign setpgid setsid shm_open \
sigaction sleep sysconf pthread_setaffinity_np])