mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2024-11-19 13:27:49 +00:00
14 lines
273 B
C
14 lines
273 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2020 MediaTek Inc.
|
|
*/
|
|
#ifndef __MTK_SELINUX_WARNING_LIST_H__
|
|
#define __MTK_SELINUX_WARNING_LIST_H__
|
|
|
|
#define AEE_FILTER_NUM 70
|
|
#define AEE_FILTER_LEN 70
|
|
|
|
extern void mtk_audit_hook_set(void (*fn)(char*));
|
|
|
|
#endif
|