summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorDavid Bartley <dtbartle@csclub.uwaterloo.ca>2009-04-29 03:48:15 -0400
committerJim Meyering <meyering@redhat.com>2009-05-03 19:12:16 +0200
commit6249eb0596dfe50e1f959c4121e3c2515216cc60 (patch)
tree7078b6cede5902abdbdbd88f1bad4e6982a84062 /bootstrap.conf
parent181615b22a16eba3590cd747692af2432721b703 (diff)
downloadcoreutils-6249eb0596dfe50e1f959c4121e3c2515216cc60.tar.xz
mv, rm: adapt to new and improved gnulib interfaces
Use gnulib's new priv-set module and updated write-any-file. With them, the remove-called can_write_any_file function no longer tries to drop the unlink-directory privilege, so now each caller of remove must do that separately, calling priv_set_remove_linkdir. * bootstrap.conf (gnulib_modules): Add priv-set. * src/rm.c: Include "priv-set.h". (main): Call priv_set_remove_linkdir. * src/mv.c (main): Likewise. * gnulib: Update submodule to latest.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 475dad496..d8c7013c6 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -160,6 +160,7 @@ gnulib_modules="
posix-shell
posixtm
posixver
+ priv-set
progname
propername
putenv