From 87fdbb544b9459c343a5bd3278319d5a0dd60e79 Mon Sep 17 00:00:00 2001 From: Kees Cook Date: Tue, 2 Mar 2010 21:33:34 -0800 Subject: core-util: ensure that we chmod only the dir we ourselves created --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 48ce1c66..abb8daeb 100644 --- a/configure.ac +++ b/configure.ac @@ -439,7 +439,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]) -- cgit