mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-16 01:22:18 +03:00
* README: Write "Mac OS X" instead of "MacOS X". * build-aux/bootstrap: Likewise. * build-aux/install-reloc: Likewise. * lib/acl-internal.h: Likewise. * lib/acl_entries.c: Likewise. * lib/argp-ba.c: Likewise. * lib/argp-pv.c: Likewise. * lib/config.charset: Likewise. * lib/copy-acl.c: Likewise. * lib/csharpexec.c: Likewise. * lib/euidaccess.c: Likewise. * lib/fbufmode.c: Likewise. * lib/fflush.c: Likewise. * lib/file-has-acl.c: Likewise. * lib/filemode.h: Likewise. * lib/fpurge.c: Likewise. * lib/freadable.c: Likewise. * lib/freadahead.c: Likewise. * lib/freading.c: Likewise. * lib/freadptr.c: Likewise. * lib/freadseek.c: Likewise. * lib/fseeko.c: Likewise. * lib/fseterr.c: Likewise. * lib/fsusage.c: Likewise. * lib/fwritable.c: Likewise. * lib/fwriting.c: Likewise. * lib/get-rusage-as.c: Likewise. * lib/get-rusage-data.c: Likewise. * lib/getdomainname.c: Likewise. * lib/idpriv-drop.c: Likewise. * lib/idpriv-droptemp.c: Likewise. * lib/localcharset.c: Likewise. * lib/locale.in.h: Likewise. * lib/localename.c: Likewise. * lib/mbsrtowcs-state.c: Likewise. * lib/nproc.c: Likewise. * lib/passfd.c: Likewise. * lib/posix_openpt.c: Likewise. * lib/printf-parse.c: Likewise. * lib/progreloc.c: Likewise. * lib/safe-read.h: Likewise. * lib/safe-write.h: Likewise. * lib/sched.in.h: Likewise. * lib/set-mode-acl.c: Likewise. * lib/signal.in.h: Likewise. * lib/stdint.in.h: Likewise. * lib/stdio-impl.h: Likewise. * lib/stdlib.in.h: Likewise. * lib/strtod.c: Likewise. * lib/sys_select.in.h: Likewise. * lib/tcgetsid.c: Likewise. * lib/unistd.in.h: Likewise. * lib/unlockpt.c: Likewise. * lib/vasnprintf.c: Likewise. * lib/vma-iter.c: Likewise. * lib/wcsrtombs-state.c: Likewise. * m4/acl.m4: Likewise. * m4/acosl.m4: Likewise. * m4/asinl.m4: Likewise. * m4/atanl.m4: Likewise. * m4/c-stack.m4: Likewise. * m4/cosl.m4: Likewise. * m4/expl.m4: Likewise. * m4/extensions.m4: Likewise. * m4/fdatasync.m4: Likewise. * m4/fmal.m4: Likewise. * m4/frexp.m4: Likewise. * m4/frexpf.m4: Likewise. * m4/frexpl.m4: Likewise. * m4/fsusage.m4: Likewise. * m4/getdomainname.m4: Likewise. * m4/getloadavg.m4: Likewise. * m4/getopt.m4: Likewise. * m4/gettext.m4: Likewise. * m4/gnulib-common.m4: Likewise. * m4/intdiv0.m4: Likewise. * m4/intlmacosx.m4: Likewise. * m4/largefile.m4: Likewise. * m4/ldexpl.m4: Likewise. * m4/link-follow.m4: Likewise. * m4/locale-ar.m4: Likewise. * m4/locale-fr.m4: Likewise. * m4/locale-ja.m4: Likewise. * m4/locale-tr.m4: Likewise. * m4/locale-zh.m4: Likewise. * m4/locale_h.m4: Likewise. * m4/lock.m4: Likewise. * m4/logl.m4: Likewise. * m4/mathfunc.m4: Likewise. * m4/minus-zero.m4: Likewise. * m4/mktime.m4: Likewise. * m4/mmap-anon.m4: Likewise. * m4/multiarch.m4: Likewise. * m4/nanosleep.m4: Likewise. * m4/nocrash.m4: Likewise. * m4/poll.m4: Likewise. * m4/printf-frexpl.m4: Likewise. * m4/printf.m4: Likewise. * m4/signbit.m4: Likewise. * m4/sinl.m4: Likewise. * m4/sqrtl.m4: Likewise. * m4/strerror_r.m4: Likewise. * m4/tanl.m4: Likewise. * m4/threadlib.m4: Likewise. * m4/ttyname_r.m4: Likewise. * m4/unlink.m4: Likewise. * m4/visibility.m4: Likewise. * m4/wcwidth.m4: Likewise. * tests/minus-zero.h: Likewise. * tests/test-alloca-opt.c: Likewise. * tests/test-copy-acl.sh: Likewise. * tests/test-copy-file.sh: Likewise. * tests/test-fdatasync.c: Likewise. * tests/test-file-has-acl.sh: Likewise. * tests/test-flock.c: Likewise. * tests/test-fsync.c: Likewise. * tests/test-localename.c: Likewise. * tests/test-malloca.c: Likewise. * tests/test-nonblocking-pipe.h: Likewise. * tests/test-nonblocking-socket.h: Likewise. * tests/test-openpty.c: Likewise. * tests/test-posix_openpt.c: Likewise. * tests/test-ptsname.c: Likewise. * tests/test-ptsname_r.c: Likewise. * tests/test-sameacls.c: Likewise. * tests/test-select.h: Likewise. * tests/test-set-mode-acl.sh: Likewise. * tests/test-snprintf-posix.h: Likewise. * tests/test-sprintf-posix.h: Likewise. * tests/test-strtod.c: Likewise. * tests/test-time.c: Likewise. * tests/test-vasnprintf-posix.c: Likewise. * tests/test-vasprintf-posix.c: Likewise. * doc/acl-resources.txt: Likewise. * doc/**/*.texi: Likewise. Reported by Max Horn <max@quendi.de>.
230 lines
6.8 KiB
Bash
Executable File
230 lines
6.8 KiB
Bash
Executable File
#!/bin/sh
|
|
|
|
# Show all commands when run with environment variable VERBOSE=yes.
|
|
test -z "$VERBOSE" || set -x
|
|
|
|
test "$USE_ACL" = 0 &&
|
|
{
|
|
echo "Skipping test: insufficient ACL support"
|
|
exit 77
|
|
}
|
|
|
|
# func_tmpdir
|
|
# creates a temporary directory.
|
|
# Sets variable
|
|
# - tmp pathname of freshly created temporary directory
|
|
func_tmpdir ()
|
|
{
|
|
# Use the environment variable TMPDIR, falling back to /tmp. This allows
|
|
# users to specify a different temporary directory, for example, if their
|
|
# /tmp is filled up or too small.
|
|
: ${TMPDIR=/tmp}
|
|
{
|
|
# Use the mktemp program if available. If not available, hide the error
|
|
# message.
|
|
tmp=`(umask 077 && mktemp -d "$TMPDIR/glXXXXXX") 2>/dev/null` &&
|
|
test -n "$tmp" && test -d "$tmp"
|
|
} ||
|
|
{
|
|
# Use a simple mkdir command. It is guaranteed to fail if the directory
|
|
# already exists. $RANDOM is bash specific and expands to empty in shells
|
|
# other than bash, ksh and zsh. Its use does not increase security;
|
|
# rather, it minimizes the probability of failure in a very cluttered /tmp
|
|
# directory.
|
|
tmp=$TMPDIR/gl$$-$RANDOM
|
|
(umask 077 && mkdir "$tmp")
|
|
} ||
|
|
{
|
|
echo "$0: cannot create a temporary directory in $TMPDIR" >&2
|
|
exit 1
|
|
}
|
|
}
|
|
|
|
func_tmpdir
|
|
builddir=`pwd`
|
|
cd "$builddir" ||
|
|
{
|
|
echo "$0: cannot determine build directory (unreadable parent dir?)" >&2
|
|
exit 1
|
|
}
|
|
# Switch to a temporary directory, to increase the likelihood that ACLs are
|
|
# supported on the current file system. (/tmp is usually locally mounted,
|
|
# whereas the build dir is sometimes NFS-mounted.)
|
|
( cd "$tmp"
|
|
|
|
# Prepare tmpfile0.
|
|
rm -f tmpfile[0-9]
|
|
echo "Simple contents" > tmpfile0
|
|
chmod 600 tmpfile0
|
|
|
|
# Classification of the platform according to the programs available for
|
|
# manipulating ACLs.
|
|
# Possible values are:
|
|
# linux, cygwin, freebsd, solaris, hpux, hpuxjfs, osf1, aix, macosx, irix, none.
|
|
# TODO: Support also native Windows platforms (mingw).
|
|
acl_flavor=none
|
|
if (getfacl tmpfile0 >/dev/null) 2>/dev/null; then
|
|
# Platforms with the getfacl and setfacl programs.
|
|
# Linux, FreeBSD, Solaris, Cygwin.
|
|
if (setfacl --help >/dev/null) 2>/dev/null; then
|
|
# Linux, Cygwin.
|
|
if (LC_ALL=C setfacl --help | grep ' --set-file' >/dev/null) 2>/dev/null; then
|
|
# Linux.
|
|
acl_flavor=linux
|
|
else
|
|
acl_flavor=cygwin
|
|
fi
|
|
else
|
|
# FreeBSD, Solaris.
|
|
if (LC_ALL=C setfacl 2>&1 | grep '\-x entries' >/dev/null) 2>/dev/null; then
|
|
# FreeBSD.
|
|
acl_flavor=freebsd
|
|
else
|
|
# Solaris.
|
|
acl_flavor=solaris
|
|
fi
|
|
fi
|
|
else
|
|
if (lsacl / >/dev/null) 2>/dev/null; then
|
|
# Platforms with the lsacl and chacl programs.
|
|
# HP-UX, sometimes also IRIX.
|
|
if (getacl tmpfile0 >/dev/null) 2>/dev/null; then
|
|
# HP-UX 11.11 or newer.
|
|
acl_flavor=hpuxjfs
|
|
else
|
|
# HP-UX 11.00.
|
|
acl_flavor=hpux
|
|
fi
|
|
else
|
|
if (getacl tmpfile0 >/dev/null) 2>/dev/null; then
|
|
# Tru64, NonStop Kernel.
|
|
if (getacl -m tmpfile0 >/dev/null) 2>/dev/null; then
|
|
# Tru64.
|
|
acl_flavor=osf1
|
|
else
|
|
# NonStop Kernel.
|
|
acl_flavor=nsk
|
|
fi
|
|
else
|
|
if (aclget tmpfile0 >/dev/null) 2>/dev/null; then
|
|
# AIX.
|
|
acl_flavor=aix
|
|
else
|
|
if (fsaclctl -v >/dev/null) 2>/dev/null; then
|
|
# Mac OS X.
|
|
acl_flavor=macosx
|
|
else
|
|
if test -f /sbin/chacl; then
|
|
# IRIX.
|
|
acl_flavor=irix
|
|
fi
|
|
fi
|
|
fi
|
|
fi
|
|
fi
|
|
fi
|
|
|
|
if test $acl_flavor != none; then
|
|
# A POSIX compliant 'id' program.
|
|
if test -f /usr/xpg4/bin/id; then
|
|
ID=/usr/xpg4/bin/id
|
|
else
|
|
ID=id
|
|
fi
|
|
# Use a user and group id different from the current one, to avoid
|
|
# redundant/ambiguous ACLs.
|
|
myuid=`$ID -u`
|
|
mygid=`$ID -g`
|
|
auid=1
|
|
if test "$auid" = "$myuid"; then auid=2; fi
|
|
agid=1
|
|
if test "$agid" = "$mygid"; then agid=2; fi
|
|
fi
|
|
|
|
for mode in 700 400 200 100 644 650 605 011 4700 2070; do
|
|
rm -f tmpfile0 tmpfile1 tmpfile2
|
|
|
|
# Prepare a file with no ACL.
|
|
echo "Anything" > tmpfile0
|
|
# If a mode is not supported (e.g. 2070 on FreeBSD), we skip testing it.
|
|
if chmod $mode tmpfile0 2>/dev/null; then
|
|
modestring0=`ls -l tmpfile0 | dd ibs=1 count=10 2>/dev/null`
|
|
|
|
# Prepare a file with no ACL.
|
|
echo "Some contents" > tmpfile1
|
|
chmod 600 tmpfile1
|
|
|
|
# Try to set the ACL to only the given mode.
|
|
"$builddir"/test-set-mode-acl${EXEEXT} tmpfile1 $mode
|
|
# Verify that tmpfile1 has no ACL and has the desired mode.
|
|
modestring=`ls -l tmpfile1 | dd ibs=1 count=10 2>/dev/null`
|
|
if test "x$modestring" != "x$modestring0"; then
|
|
echo "mode = $mode: tmpfile1 has wrong mode: $modestring" 1>&2
|
|
exit 1
|
|
fi
|
|
if test `"$builddir"/test-file-has-acl${EXEEXT} tmpfile1` != no; then
|
|
echo "mode = $mode: tmpfile1 got an ACL" 1>&2
|
|
exit 1
|
|
fi
|
|
|
|
if test $acl_flavor != none; then
|
|
|
|
# Prepare a file with an ACL.
|
|
echo "Special contents" > tmpfile2
|
|
chmod 600 tmpfile2
|
|
# Set an ACL for a user (or group).
|
|
case $acl_flavor in
|
|
linux | freebsd | solaris)
|
|
setfacl -m user:$auid:1 tmpfile0
|
|
;;
|
|
cygwin)
|
|
setfacl -m group:0:1 tmpfile0
|
|
;;
|
|
hpux)
|
|
orig=`lsacl tmpfile0 | sed -e 's/ tmpfile0$//'`
|
|
chacl -r "${orig}($auid.%,--x)" tmpfile0
|
|
;;
|
|
hpuxjfs)
|
|
orig=`lsacl tmpfile0 | sed -e 's/ tmpfile0$//'`
|
|
chacl -r "${orig}($auid.%,--x)" tmpfile0 \
|
|
|| setacl -m user:$auid:1 tmpfile0
|
|
;;
|
|
osf1)
|
|
setacl -u user:$auid:1 tmpfile0
|
|
;;
|
|
nsk)
|
|
setacl -m user:$auid:1 tmpfile0
|
|
;;
|
|
aix)
|
|
{ aclget tmpfile0 | sed -e 's/disabled$/enabled/'; echo " permit --x u:$auid"; } | aclput tmpfile0
|
|
;;
|
|
macosx)
|
|
/bin/chmod +a "user:daemon allow execute" tmpfile0
|
|
;;
|
|
irix)
|
|
/sbin/chacl user::rw-,group::---,other::---,user:$auid:--x tmpfile0
|
|
;;
|
|
esac
|
|
|
|
# Try to set the ACL to only the given mode.
|
|
"$builddir"/test-set-mode-acl${EXEEXT} tmpfile2 $mode
|
|
# Verify that tmpfile2 has no ACL and has the desired mode.
|
|
modestring=`ls -l tmpfile2 | dd ibs=1 count=10 2>/dev/null`
|
|
if test "x$modestring" != "x$modestring0"; then
|
|
echo "mode = $mode: tmpfile2 has wrong mode: $modestring" 1>&2
|
|
exit 1
|
|
fi
|
|
if test `"$builddir"/test-file-has-acl${EXEEXT} tmpfile2` != no; then
|
|
echo "mode = $mode: tmpfile2 still has an ACL" 1>&2
|
|
exit 1
|
|
fi
|
|
fi
|
|
fi
|
|
done
|
|
|
|
rm -f tmpfile[0-9]
|
|
) || exit 1
|
|
|
|
rm -rf "$tmp"
|
|
exit 0
|