Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-30 | Now that system.h defines is_empty_dir, include "openat.h". | Jim Meyering | |
* src/system.h: Include "openat.h" here, ... * src/chcon.c: ... not here. * src/chmod.c: Likewise. * src/chown-core.c: Likewise. * src/remove.c: Likewise. Signed-off-by: Jim Meyering <meyering@redhat.com> | |||
2008-01-26 | chcon: correct description of --no-dereference (-h) option. | Jim Meyering | |
* src/chcon.c (usage): Remove invalid reference to lchown. Reported by Göran Uddeborg. | |||
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering | |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering | |
2007-03-29 | * src/chcon.c (usage): Split a string literal that was longer than 509. | Jim Meyering | |
2007-03-29 | * src/chcon.c: Don't include "dirname.h". system.h already includes it. | Jim Meyering | |
2007-03-29 | New program: chcon | Jim Meyering | |
* gl/modules/selinux-at: New module. Check for libselinux and set LIB_SELINUX here, unconditionally, rather than depending on the configure-time --enable-selinux option. * gl/modules/selinux-h: New module. * bootstrap.conf (gnulib_modules): Add selinux-at. * gl/lib/selinux-at.c, gl/lib/selinux-at.h: New files. * gl/lib/se-selinux_.h: New file. * gl/lib/se-context_.h: New file. * gl/m4/selinux-selinux-h.m4: New file. * gl/m4/selinux-context-h.m4: New file. * src/Makefile.am (bin_PROGRAMS): Add chcon. (chcon_LDADD): Define. * README: Add chcon to the list of programs. * src/chcon.c: Rewrite the original (Red Hat) chcon to use fts. |