blob: 47023a04c416da15f540723157d2bddca6ccdc80 [file] [log] [blame]
#ifndef _POLICY_H_
#define _POLICY_H_
/* Private definitions used internally by libselinux. */
/* xattr name for SELinux attributes. */
#define XATTR_NAME_SELINUX "security.selinux"
/* Initial length guess for getting contexts. */
#define INITCONTEXTLEN 255
/* selinuxfs magic number */
#define SELINUX_MAGIC 0xf97cff8c
/* selinuxfs mount point */
extern char *selinux_mnt;
#define FILECONTEXTS "/etc/security/selinux/file_contexts"
#define DEFAULT_POLICY_VERSION 15
#endif