Mercurial > hg > octave-kai > gnulib-hg
view modules/priv-set @ 11538:af683213eeb0
priv-set: new module and accompanying tests; adapt write-any-file
* lib/priv-set.c: New file.
* lib/priv-set.h: New file.
* lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
* lib/write-any-file.c: Simplify by using priv-set module.
* m4/priv-set.m4: New file.
* modules/priv-set: New file.
* modules/unlinkdir: Add dependency on priv-set module.
* modules/write-any-file: Likewise.
These changes address a problem that originally arose with GNU tar:
http://thread.gmane.org/gmane.comp.gnu.tar.bugs/3242
Tests for module 'priv-set'.
* modules/priv-set-tests: New file.
author | David Bartley <dtbartle@csclub.uwaterloo.ca> |
---|---|
date | Wed, 29 Apr 2009 03:52:26 -0400 |
parents | |
children | 16d02df1b46e |
line wrap: on
line source
Description: Query, remove or restore a Solaris privilege Files: lib/priv-set.h lib/priv-set.c m4/priv-set.m4 Depends-on: errno stdbool configure.ac: gl_PRIV_SET Makefile.am: lib_SOURCES += priv-set.c Include: "priv-set.h" License: GPL Maintainer: David Bartley