From 8a188de9e0ea41509beda12084126d7a75ebe86e Mon Sep 17 00:00:00 2001 From: WaLyong Cho Date: Fri, 24 Oct 2014 21:15:25 +0900 Subject: mac: add mac_ prefix to distinguish origin security apis --- src/core/selinux-setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/selinux-setup.c') diff --git a/src/core/selinux-setup.c b/src/core/selinux-setup.c index 4e615c2b64..25e22b6c77 100644 --- a/src/core/selinux-setup.c +++ b/src/core/selinux-setup.c @@ -43,7 +43,7 @@ static int null_log(int type, const char *fmt, ...) { } #endif -int selinux_setup(bool *loaded_policy) { +int mac_selinux_setup(bool *loaded_policy) { #ifdef HAVE_SELINUX int enforce = 0; -- cgit v1.2.3-54-g00ecf