dd: work around buffer length restrictions with oflag=direct (O_DIRECT)
[coreutils.git] / gl / modules / selinux-at
blobd1675fe639e91c01c2d786aa2b17e16be4ad09d2
1 Description:
2 openat-style fd-relative functions for SE Linux
4 Files:
5 lib/selinux-at.c
6 lib/selinux-at.h
8 Depends-on:
9 selinux-h
11 configure.ac:
12 # FIXME: put this in an .m4 file?
13 # For runcon.
14 AC_CHECK_HEADERS([selinux/flask.h])
15 AC_LIBOBJ([selinux-at])
16 gl_save_LIBS=$LIBS
17   LIB_SELINUX=
18   AC_SEARCH_LIBS([setfilecon], [selinux],
19                  [test "$ac_cv_search_setfilecon" = "none required" ||
20                   LIB_SELINUX=$ac_cv_search_setfilecon])
21   AC_SUBST(LIB_SELINUX)
22 LIBS=$gl_save_LIBS
24 Makefile.am:
26 Include:
27 selinux-at.h
29 License:
30 LGPL
32 Maintainer:
33 Jim Meyering