Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3cb93151 authored by Andrey Markovytch's avatar Andrey Markovytch
Browse files

selinux: removed redundant header from objsec.h and avc.h



flask.h was included in the above files. This is autogenerated header
which gets produced during compilation of selinux. This caused issues
for other module named PFK which includes objsec.h and compiles after
selinux. Since removal of the above headers does not break compilation,
they seem to be redundant and can be removed

Change-Id: Iaee034e09d58fc0c4c1670700f4a7751c9db708f
Signed-off-by: default avatarAndrey Markovytch <andreym@codeaurora.org>
parent 59de2784
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -25,8 +25,6 @@
#include <linux/in.h>
#include <linux/spinlock.h>
#include <net/net_namespace.h>
#include "flask.h"
#include "avc.h"

struct task_security_struct {
	u32 osid;		/* SID prior to last execve */