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

Commit b46610ca authored by James Morris's avatar James Morris Committed by Eric Paris
Browse files

selinux: sparse fix: make selinux_secmark_refcount static



Sparse fix: make selinux_secmark_refcount  static.

Signed-off-by: default avatarJames Morris <jmorris@namei.org>
Signed-off-by: default avatarEric Paris <eparis@redhat.com>
parent 94d4ef0c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ extern int selinux_nlmsg_lookup(u16 sclass, u16 nlmsg_type, u32 *perm);
extern struct security_operations *security_ops;

/* SECMARK reference count */
atomic_t selinux_secmark_refcount = ATOMIC_INIT(0);
static atomic_t selinux_secmark_refcount = ATOMIC_INIT(0);

#ifdef CONFIG_SECURITY_SELINUX_DEVELOP
int selinux_enforcing;