PERFORCE change 126356 for review
Zhouyi ZHOU
zhouzhouyi at FreeBSD.org
Thu Sep 13 01:14:44 PDT 2007
http://perforce.freebsd.org/chv.cgi?CH=126356
Change 126356 by zhouzhouyi at zhouzhouyi_mactest on 2007/09/13 08:14:22
Add Mandatory Access Control test case for proc sched
Affected files ...
.. //depot/projects/soc2007/zhouzhouyi_mactest_soc/regression/mactest/tests/sched/00.t#1 add
.. //depot/projects/soc2007/zhouzhouyi_mactest_soc/sys/security/mac_test/mac_test.c#4 edit
Differences ...
==== //depot/projects/soc2007/zhouzhouyi_mactest_soc/sys/security/mac_test/mac_test.c#4 (text+ko) ====
@@ -2184,7 +2184,7 @@
{
MAC_TEST_LOG_SUBMIT_WITHPID("mac_test_check_proc_debug "
- "with cr_label:",
+ "with cr_label and proc label:",
strlen("mac_test_check_proc_debug "
"with cr_label and proc label:"));
MAC_TEST_LOG_SUBMIT_LABEL2(cred, cred->cr_label, cred, p->p_ucred->cr_label);
@@ -2201,10 +2201,10 @@
{
MAC_TEST_LOG_SUBMIT_WITHPID("mac_test_check_proc_sched "
- "with cr_label:",
+ "with cr_label and proc label:",
strlen("mac_test_check_proc_sched "
- "with cr_label:"));
- MAC_TEST_LOG_SUBMIT_LABEL(cred, cred->cr_label);
+ "with cr_label and proc label:"));
+ MAC_TEST_LOG_SUBMIT_LABEL2(cred, cred->cr_label, cred, p->p_ucred->cr_label);
LABEL_CHECK(cred->cr_label, MAGIC_CRED);
LABEL_CHECK(p->p_ucred->cr_label, MAGIC_CRED);
COUNTER_INC(check_proc_sched);
More information about the p4-projects
mailing list