mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-05-13 07:03:33 +00:00
* modules/unistd-h: Renamed from modules/unistd. * modules/unistd-h-tests: Renamed from modules/unistd-tests. * modules/unistd-h-c++-tests: Renamed from modules/unistd-c++-tests. * tests/test-unistd-h.c: Renamed from tests/test-unistd.c. * tests/test-unistd-h-c++.cc: Renamed from tests/test-unistd-c++.cc. * doc/posix-headers/unistd.texi: Update. * doc/posix-functions/_exit.texi: Update. * modules/* (Depends-on): Update. * modules/unistd: New file.
36 lines
404 B
Plaintext
36 lines
404 B
Plaintext
Description:
|
|
openat-style fd-relative functions for SE Linux
|
|
|
|
Files:
|
|
lib/selinux-at.h
|
|
lib/selinux-at.c
|
|
lib/at-func.c
|
|
|
|
Depends-on:
|
|
selinux-h
|
|
at-internal
|
|
errno-h
|
|
extensions
|
|
fchdir
|
|
fcntl-h
|
|
filename
|
|
openat-die
|
|
openat-h
|
|
save-cwd
|
|
unistd-h
|
|
|
|
configure.ac:
|
|
AC_CHECK_HEADERS([selinux/flask.h])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += selinux-at.h selinux-at.c
|
|
|
|
Include:
|
|
"selinux-at.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|