summaryrefslogtreecommitdiff
path: root/security/selinux/ss/services.h
blob: 6abcd8729ec3a6c7605ab394a7d108fe0192020a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * Implementation of the security services.
 *
 * Author : Stephen Smalley, <sds@epoch.ncsc.mil>
 */
#ifndef _SS_SERVICES_H_
#define _SS_SERVICES_H_

#include "policydb.h"
#include "sidtab.h"

extern struct policydb policydb;

void services_compute_xperms_drivers(struct extended_perms *xperms,
				struct avtab_node *node);

void services_compute_xperms_decision(struct extended_perms_decision *xpermd,
					struct avtab_node *node);

#endif	/* _SS_SERVICES_H_ */

linux/net-next.git/patch/include/trace/events?id=0186fcce896d3cb6fb690ed8b4405c9c1b76977a'>patch) treeea0080fc332e97a3c556ca2e4ca1548cbb4c028d /include/trace/events parent3672583f2525ce8220e0667e20b6a59b29782d80 (diff)
drm/tilcdc: fix parsing of some DT properties
The DT binding for tildc is not consistent with the driver code: there are two options - 'max-width' and 'max-pixelclock' specified in the documentation which are parsed as 'ti,max-width' and 'ti,max-pixelclock' respectively. Make the driver code consistent with the binding. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Reviewed-by: Jyri Sarha <jsarha@ti.com> Signed-off-by: Jyri Sarha <jsarha@ti.com>
Diffstat (limited to 'include/trace/events')