summaryrefslogtreecommitdiff
path: root/gl/modules/selinux-at
blob: 759908397962cf6a6db74b180e174099586344c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Description:
openat-style fd-relative functions for SE Linux

Files:
lib/selinux-at.c
lib/selinux-at.h

Depends-on:
selinux-h

configure.ac:
# FIXME: put this in an .m4 file?
# For runcon.
AC_CHECK_HEADERS([selinux/flask.h])
AC_LIBOBJ([selinux-at])
ac_save_LIBS="$LIBS"
  AC_SEARCH_LIBS(setfilecon, selinux,
                 [test "$ac_cv_search_setfilecon" = "none required" ||
                  LIB_SELINUX=$ac_cv_search_setfilecon])
  AC_SUBST(LIB_SELINUX)
LIBS="$ac_save_LIBS"

Makefile.am:

Include:
selinux-at.h

License:
LGPL

Maintainer:
Jim Meyering