summaryrefslogtreecommitdiff
path: root/gl/modules
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-08-06 14:30:46 +0200
committerJim Meyering <meyering@redhat.com>2009-08-06 14:32:38 +0200
commitc5c15884dfef11379720bf360599b11a33d49ac0 (patch)
tree4b8537615dcb5c190831be6bb96b8f92753b8872 /gl/modules
parent5929322ccb1f9d27c1b07b746d37419d17a7cbf6 (diff)
downloadcoreutils-c5c15884dfef11379720bf360599b11a33d49ac0.tar.xz
maint: move selinux-at module from gl/ to gnulib
* gl/lib/selinux-at.c: Remove file. * gl/lib/selinux-at.h: Likewise. * gl/modules/selinux-at: Likewise. * gnulib: update to latest, to get the new module.
Diffstat (limited to 'gl/modules')
-rw-r--r--gl/modules/selinux-at33
1 files changed, 0 insertions, 33 deletions
diff --git a/gl/modules/selinux-at b/gl/modules/selinux-at
deleted file mode 100644
index d1675fe63..000000000
--- a/gl/modules/selinux-at
+++ /dev/null
@@ -1,33 +0,0 @@
-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])
-gl_save_LIBS=$LIBS
- LIB_SELINUX=
- AC_SEARCH_LIBS([setfilecon], [selinux],
- [test "$ac_cv_search_setfilecon" = "none required" ||
- LIB_SELINUX=$ac_cv_search_setfilecon])
- AC_SUBST(LIB_SELINUX)
-LIBS=$gl_save_LIBS
-
-Makefile.am:
-
-Include:
-selinux-at.h
-
-License:
-LGPL
-
-Maintainer:
-Jim Meyering