exynos-linux-stable/include/linux/proc_avc.h
Anan Jaser b406237766
fs: proc: backport PROC_AVC from N770F
* Provides filtered AVC log at /proc/avc_msg

* Replaces SEC_AVC_LOG
2023-02-21 00:18:26 +03:00

7 lines
129 B
C
Executable file

/*
* linux/include/linux/proc_avc.h
*
*/
extern int __init sec_avc_log_init(void);
extern void sec_avc_log(char *fmt, ...);