]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - security/selinux/ss/services.h
Merge tag 'for-linus-20170713' of git://git.infradead.org/linux-mtd
[mirror_ubuntu-artful-kernel.git] / security / selinux / ss / services.h
CommitLineData
1da177e4
LT
1/*
2 * Implementation of the security services.
3 *
4 * Author : Stephen Smalley, <sds@epoch.ncsc.mil>
5 */
6#ifndef _SS_SERVICES_H_
7#define _SS_SERVICES_H_
8
9#include "policydb.h"
10#include "sidtab.h"
11
12extern struct policydb policydb;
13
fa1aa143
JVS
14void services_compute_xperms_drivers(struct extended_perms *xperms,
15 struct avtab_node *node);
16
17void services_compute_xperms_decision(struct extended_perms_decision *xpermd,
18 struct avtab_node *node);
19
1da177e4
LT
20#endif /* _SS_SERVICES_H_ */
21