selinux-sys 0.7.0

Flexible Mandatory Access Control (MAC) for Linux
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include <selinux/selinux.h>
#include <selinux/context.h>
#include <selinux/avc.h>
#include <selinux/label.h>

#ifdef SELINUX_SYS_RESTORECON_H
#include <selinux/restorecon.h>
#endif // SELINUX_SYS_RESTORECON_H

#ifdef SELINUX_SYS_GET_CONTEXT_LIST_H
#include <selinux/get_context_list.h>
#endif // SELINUX_SYS_GET_CONTEXT_LIST_H

#ifdef SELINUX_SYS_GET_DEFAULT_TYPE_H
#include <selinux/get_default_type.h>
#endif // SELINUX_SYS_GET_DEFAULT_TYPE_H