summaryrefslogtreecommitdiff
path: root/gl/lib/selinux-at.h
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/lib/selinux-at.h
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/lib/selinux-at.h')
-rw-r--r--gl/lib/selinux-at.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/gl/lib/selinux-at.h b/gl/lib/selinux-at.h
deleted file mode 100644
index 212e25252..000000000
--- a/gl/lib/selinux-at.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/* Prototypes for openat-style fd-relative SELinux functions
- Copyright (C) 2007, 2009 Free Software Foundation, Inc.
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
-
-#include <selinux/selinux.h>
-#include <selinux/context.h>
-
-int getfileconat (int fd, char const *file, security_context_t *con);
-int lgetfileconat (int fd, char const *file, security_context_t *con);
-int setfileconat (int fd, char const *file, security_context_t con);
-int lsetfileconat (int fd, char const *file, security_context_t con);