repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
selinux-at
blob
4de98a6102f0fb782df097c90966c7e9bb33e751
1
Description:
2
openat-style fd-relative functions for SE Linux
3
4
Files:
5
lib/selinux-at.h
6
lib/selinux-at.c
7
lib/at-func.c
8
9
Depends-on:
10
selinux-h
11
at-internal
12
errno
13
extensions
14
fchdir
15
fcntl-h
16
filename
17
openat-die
18
openat-h
19
save-cwd
20
unistd
21
22
configure.ac:
23
AC_CHECK_HEADERS([selinux/flask.h])
24
25
Makefile.am:
26
lib_SOURCES += selinux-at.h selinux-at.c
27
28
Include:
29
"selinux-at.h"
30
31
License:
32
GPL
33
34
Maintainer:
35
Jim Meyering