aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/selinux/include/selinux_netlabel.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/security/selinux/include/selinux_netlabel.h b/security/selinux/include/selinux_netlabel.h
index d69ec650cdbe..ecab4bddaaf4 100644
--- a/security/selinux/include/selinux_netlabel.h
+++ b/security/selinux/include/selinux_netlabel.h
@@ -27,6 +27,15 @@
27#ifndef _SELINUX_NETLABEL_H_ 27#ifndef _SELINUX_NETLABEL_H_
28#define _SELINUX_NETLABEL_H_ 28#define _SELINUX_NETLABEL_H_
29 29
30#include <linux/types.h>
31#include <linux/fs.h>
32#include <linux/net.h>
33#include <linux/skbuff.h>
34#include <net/sock.h>
35
36#include "avc.h"
37#include "objsec.h"
38
30#ifdef CONFIG_NETLABEL 39#ifdef CONFIG_NETLABEL
31void selinux_netlbl_cache_invalidate(void); 40void selinux_netlbl_cache_invalidate(void);
32int selinux_netlbl_socket_post_create(struct socket *sock, 41int selinux_netlbl_socket_post_create(struct socket *sock,