]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - security/selinux/ss/services.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / security / selinux / ss / services.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2/*
3 * Implementation of the security services.
4 *
7efbb60b 5 * Author : Stephen Smalley, <sds@tycho.nsa.gov>
1da177e4
LT
6 */
7#ifndef _SS_SERVICES_H_
8#define _SS_SERVICES_H_
9
10#include "policydb.h"
11#include "sidtab.h"
12
13extern struct policydb policydb;
14
fa1aa143
JVS
15void services_compute_xperms_drivers(struct extended_perms *xperms,
16 struct avtab_node *node);
17
18void services_compute_xperms_decision(struct extended_perms_decision *xpermd,
19 struct avtab_node *node);
20
1da177e4
LT
21#endif /* _SS_SERVICES_H_ */
22