From: Garrett C. <yab...@us...> - 2010-02-10 23:04:17
|
Update of /cvsroot/ltp/ltp/testcases/kernel/security/cap_bound In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv30635/testcases/kernel/security/cap_bound Modified Files: exec_without_inh.c Log Message: Fixed typo found by Mitani-san. Signed-off-by: Garrett Cooper <yan...@gm...> Index: exec_without_inh.c =================================================================== RCS file: /cvsroot/ltp/ltp/testcases/kernel/security/cap_bound/exec_without_inh.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** exec_without_inh.c 9 Feb 2010 14:49:02 -0000 1.4 --- exec_without_inh.c 10 Feb 2010 23:04:09 -0000 1.5 *************** *** 79,83 **** tst_resm(TBROK, "Failed to drop cap_sys_admin from pI\n"); tst_exit(); ! i} } else if (ret) { tst_brkm(TBROK | TERRNO, tst_exit, "Failed to add \ --- 79,83 ---- tst_resm(TBROK, "Failed to drop cap_sys_admin from pI\n"); tst_exit(); ! } } else if (ret) { tst_brkm(TBROK | TERRNO, tst_exit, "Failed to add \ |