Home
last modified time | relevance | path

Searched refs:SELINUX_KWARN (Results 1 – 4 of 4) sorted by relevance

/base/security/selinux_adapter/test/unittest/selinux_common_test/
Dunit_test.cpp147 EXPECT_EQ(0, SelinuxKmsg(SELINUX_KWARN, "test"));
160 SetSelinuxKmsgLevel(SELINUX_KWARN);
162 EXPECT_EQ(0, SelinuxKmsg(SELINUX_KWARN, "test"));
177 EXPECT_EQ(-1, SelinuxKmsg(SELINUX_KWARN, "test"));
/base/security/selinux_adapter/interfaces/policycoreutils/include/
Dselinux_klog.h26 SELINUX_KWARN, enumerator
/base/security/selinux_adapter/interfaces/policycoreutils/src/
Dparam_checker.c52 SetSelinuxKmsgLevel(SELINUX_KWARN); in SelinuxSetCallback()
Dload_policy.cpp49 SetSelinuxKmsgLevel(SELINUX_KWARN); in InitSelinuxLog()