Jim Meyering wrote on 08-10-07 11:05:
In addition to adding mktemp, I've fixed a few low-probability bugs in rm. This also includes a lot of new code from gnulib, by virtue of coreutils now requiring the vasprintf-posix module (mostly for non-POSIX systems), so please give this a work-out if you haven't built a snapshot recently:http://meyering.net/cu/coreutils-6.9-ss.tar.gz
$> uname -a Linux skyscraper64 2.6.22.6core2-4 #2 SMP Sun Sep 23 02:37:40 CEST 2007 x86_64 AMD Athlon(tm) 64 Processor 3800+ AuthenticAMD GNU/Linux $> ./configure --prefix=/usr I don't have selinux. I'm getting: FAIL: chcon $> grep PASS make-check-root.res PASS: basic PASS: special-bits PASS: no-give-up PASS: fail-2eperm PASS: append-only PASS: nameless-uid $> grep FAIL make-check-root.res FAIL: chcon $> grep SKIP make-check-root.res SKIP: one-file-system SKIP: cp-a-selinux SKIP: writable-under-readonly SKIP: sticky-to-xpart $> cat tests/misc/test-suite.log ============================================================ GNU coreutils 6.9-316-e6f4b: tests/misc/test-suite.log ============================================================ 1 of 82 tests failed. (11 tests were not run). .. contents:: :depth: 2 FAIL: chcon (exit: 1) ===================== chcon: invalid context: root:object_r:tmp_t stat: failed to get security context of `f': Operation not supported chcon: failed to get security context of `f': Operation not supported stat: failed to get security context of `g': Operation not supported chcon: failed to get security context of `f': Operation not supported stat: failed to get security context of `f': Operation not supported chcon: failed to get security context of `f': Operation not supported stat: failed to get security context of `f': Operation not supported chcon: failed to get security context of `f': Operation not supported stat: failed to get security context of `f': Operation not supported chcon: failed to get security context of `f': Operation not supported stat: failed to get security context of `f': Operation not supported chcon: failed to get security context of `f': Operation not supported stat: failed to get security context of `f': Operation not supported chcon: failed to get security context of `f': Operation not supported stat: failed to get security context of `f': Operation not supported chcon: failed to get security context of `f': Operation not supported stat: failed to get security context of `f': Operation not supported --- out 2007-10-08 22:02:59.008724413 +0200 +++ exp 2007-10-08 22:02:59.010724108 +0200 @@ -1,9 +1,9 @@ -f|? -g|? -f|--user=user_u|? -f|--role=object_r|? -f|--type=file_t|? -f|--range=SystemLow-SystemHigh|? -f|-uroot|? -f|-robject_r|? -f|-ttmp_t|? +f|root:object_r:tmp_t +g|root:object_r:tmp_t +f|--user=user_u|user_u:object_r:tmp_t +f|--role=object_r|user_u:object_r:tmp_t +f|--type=file_t|user_u:object_r:file_t +f|--range=SystemLow-SystemHigh|user_u:object_r:file_t:SystemLow-SystemHigh +f|-uroot|root:object_r:file_t:SystemLow-SystemHigh +f|-robject_r|root:object_r:file_t:SystemLow-SystemHigh +f|-ttmp_t|root:object_r:tmp_t:SystemLow-SystemHigh bjd _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
