bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

coreutils: selinux is nearly ready: status


From: Jim Meyering
Subject: coreutils: selinux is nearly ready: status
Date: Thu, 01 Feb 2007 19:00:30 +0100

I've been spending little bits of time over the last few months getting
coreutils' SELinux into shape.  These changes started off based on Red
Hat patches from six months ago.  Initially it was all in a mercurial
repository based on a snapshot of coreutils CVS.  Then coreutils
development switched to git, and only recently have I merged most of
the hg-based deltas into the new repository.  It's on a branch named
"selinux".

Here is the current state:

  http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=shortlog;h=selinux

Here are some of the remaining tasks:

  - add runcon (should be quick)
  - add many more SELinux-specific tests
  - fix at least one test (tests/cp/cp-a-selinux is in-progress
      and known to fail -- but I know a couple ways to fix it)
  - documentation
  - make sure that any newer selinux-related changes from Red Hat
      (or any other distribution) are included

To checkout a copy, do this: (checked out repo size: 54MB)

  $ git-clone git://git.sv.gnu.org/coreutils
  $ cd coreutils
  $ git-fetch git://git.sv.gnu.org/coreutils selinux:my-selinux
  $ git-checkout my-selinux

Comments welcome.

Jim




reply via email to

[Prev in Thread] Current Thread [Next in Thread]