summaryrefslogtreecommitdiff
path: root/src/chcon.c
Commit message (Expand)AuthorAgeFilesLines
* maint: update all copyright year number rangesPádraig Brady2023-01-011-1/+1
* maint: update all copyright year number rangesPádraig Brady2022-01-021-1/+1
* maint: while (1) → while (true)Paul Eggert2021-06-261-1/+1
* maint: update all copyright year number rangesPádraig Brady2021-01-011-1/+1
* maint: remove no longer needed se_const helperPádraig Brady2020-11-231-3/+3
* maint: update all copyright year number rangesPádraig Brady2020-01-011-1/+1
* chcon: do not validate security context if SELinux is disabledKamil Dudka2019-12-021-1/+3
* maint: update all copyright year number rangesAssaf Gordon2019-01-011-1/+1
* maint: update all copyright year number rangesPádraig Brady2018-01-011-1/+1
* all: prefer HTTPS in URLsPaul Eggert2017-09-191-1/+1
* maint: update all copyright year number rangesPádraig Brady2017-01-011-1/+1
* all: use die() rather than error(EXIT_FAILURE)Pádraig Brady2016-10-161-9/+10
* maint: update all copyright year number rangesPádraig Brady2016-01-011-1/+1
* all: avoid quoting file names when possiblePádraig Brady2015-11-041-9/+10
* all: replace most uses of quotearg_colon() with quote()Pádraig Brady2015-11-041-2/+1
* all: quote string arguments in error messagesPádraig Brady2015-10-271-1/+1
* maint: update all copyright year number rangesPádraig Brady2015-01-011-1/+1
* doc: output correct --help references with --program-prefixPádraig Brady2014-09-191-1/+1
* maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert2014-09-081-1/+1
* maint: fix context_t init warning on systems without selinuxAlex Deymo2014-07-021-1/+1
* maint: fix const correctness warnings with security_context_tPádraig Brady2014-07-011-8/+8
* chcon: avoid redundant context allocationsNamhyung Kim2014-07-011-9/+9
* chcon: use security_check_context() for context validationNamhyung Kim2014-07-011-5/+2
* maint: update all copyright year number rangesBernhard Voelker2014-01-021-1/+1
* selinux: adjust utils to run restorecon with -ZPádraig Brady2013-11-271-1/+1
* maint: define usage note about mandatory args centrallyBernhard Voelker2013-01-231-1/+3
* maint: update all copyright year number rangesJim Meyering2013-01-011-1/+1
* doc: chcon: add descriptions for three undocumented optionsBenno Schulenberg2012-11-091-0/+4
* maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering2012-01-091-2/+2
* maint: use new emit_try_help in place of equivalent fprintfJim Meyering2012-01-071-2/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* doc: homologize ch{con,grp,mod,own} option descriptionsPádraig Brady2011-12-261-6/+14
* maint: replace uses of ignore_ptr with ignore_valuePádraig Brady2011-01-071-1/+1
* maint: update all copyright year number rangesJim Meyering2011-01-011-1/+1
* chcon, chmod, chown, du: don't translate "%s"Paul Eggert2010-07-091-1/+1
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* chcon, chgrp, chmod and chown now diagnose a directory cycleJim Meyering2009-11-071-0/+8
* maint: avoid exiting with magic numberEric Blake2009-10-291-1/+1
* chcon: don't disable just because SELinux is disabledJim Meyering2009-10-091-4/+0
* chcon: exit immediately if SELinux is disabledOndřej Vašík2009-10-061-0/+4
* maint: Use logical rather than bitwise operators on boolsPádraig Brady2009-09-231-1/+1
* doc: mention the texinfo documentation in --helpPádraig Brady2009-09-211-1/+1
* chcon, chmod, chgrp, chown, du: report fts_close failurePádraig Brady2009-09-011-1/+4
* chcon, chmod, chgrp, chown, du: do not ignore fts_close failureJim Meyering2009-09-011-4/+2
* maint: chown, chgrp, chmod, chcon: remove unnecessary initializationJim Meyering2009-09-011-1/+2
* global: convert indentation-TABs to spacesJim Meyering2009-08-251-161/+161
* maint: update all Copyright year lists to include 2009Jim Meyering2009-06-231-1/+1
* chcon: remove traces of unimplemented --change (-c) optionOndřej Vašík2008-10-061-22/+1
* remove redundant const directivesJim Meyering2008-06-161-1/+1
* chcon: correct --verbose output to include newlinesJim Meyering2008-06-161-1/+1