]> git.ipfire.org Git - thirdparty/util-linux.git/blame - include/selinux-utils.h
po: update tr.po (from translationproject.org)
[thirdparty/util-linux.git] / include / selinux-utils.h
CommitLineData
faeb1b64
KZ
1/*
2 * No copyright is claimed. This code is in the public domain; do with
3 * it what you wish.
4 */
dd5ef107
KZ
5#ifndef UTIL_LINUX_SELINUX_UTILS_H
6#define UTIL_LINUX_SELINUX_UTILS_H
7
b5debf71 8extern int ul_setfscreatecon_from_file(char *orig_file);
e1de70b3 9extern int ul_selinux_has_access(const char *classstr, const char *perm, char **user_cxt);
b105446e 10extern int ul_selinux_get_default_context(const char *path, int st_mode, char **cxt);
dd5ef107
KZ
11
12#endif