summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJeff Layton <jlayton@samba.org>2010-04-12 06:55:24 -0400
committerJeff Layton <jlayton@samba.org>2010-04-12 06:55:24 -0400
commit310ae910b548e232cc86b34896bd7010c3b1cad2 (patch)
tree09d39ad1e0038140254866033d54c685433f6702 /configure.ac
parente4593787a6488573fbec99e5ee604a2e25bc1e5c (diff)
downloadcifs-utils-310ae910b548e232cc86b34896bd7010c3b1cad2.tar.gz
cifs-utils-310ae910b548e232cc86b34896bd7010c3b1cad2.tar.bz2
cifs-utils-310ae910b548e232cc86b34896bd7010c3b1cad2.zip
cifs: enable CAP_DAC_READ_SEARCH before chdir() and realpath() calls
It's possible that root won't have privileges to chdir or evaluate the paths without that capability. Signed-off-by: Jeff Layton <jlayton@samba.org>
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 f1bd419..c56a944 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
-AC_INIT([cifs-utils], [4.3], [cifs-utils@samba.org], [cifs-utils], [http://linux-cifs.samba.org/cifs-utils/])
+AC_INIT([cifs-utils], [4.3.1], [cifs-utils@samba.org], [cifs-utils], [http://linux-cifs.samba.org/cifs-utils/])
AC_CONFIG_SRCDIR([replace.h])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([Makefile])