🚨 [kernel] remove warnings (#20)
This commit is contained in:
3
kernel/.clangd
Normal file
3
kernel/.clangd
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
Diagnostics:
|
||||||
|
ClangTidy:
|
||||||
|
Remove: bugprone-sizeof-expression
|
||||||
@@ -1,6 +1,8 @@
|
|||||||
#ifndef __KSU_H_SELINUX
|
#ifndef __KSU_H_SELINUX
|
||||||
#define __KSU_H_SELINUX
|
#define __KSU_H_SELINUX
|
||||||
|
|
||||||
|
#include <linux/types.h>
|
||||||
|
|
||||||
void setup_selinux();
|
void setup_selinux();
|
||||||
|
|
||||||
void setenforce(bool);
|
void setenforce(bool);
|
||||||
|
|||||||
Reference in New Issue
Block a user