Hi List,

There are some issues with chcon (selinux tool) that I encountered:

- recurse is not acting as expected (looks like broken old code)
  example: running $ chcon -R -t <target> <dir> will not recurse, but
running $ chcon -t <target> <dir> will..
- when not using verbose output, return value for when file context is
retained is 1, which is not expected.

Both are fixed with the attached patch. Is this the correct format?

-- Sagiv

PS I wasn't sure if the github project only acts as a mirror or whether I
can actually submit patches to there too. was it possible to submit it
there instead? any preference?

Attachment: 0001-Fix-chcon-issues-with-recurse-and-retval-for-retaine.patch
Description: Binary data

_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to