summaryrefslogtreecommitdiff
path: root/selinux/chcon.c
Commit message (Expand)AuthorAgeFilesLines
* *: --help text tweaksDenys Vlasenko2021-04-141-1/+1
* tweak help textsDenys Vlasenko2020-12-161-4/+4
* libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko2020-10-011-5/+3
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-2/+2
* chcon: Fix typo in ACTION_RECURSERostislav Skudnov2019-02-081-1/+1
* chcon: fix issues with recurse and retval for retained filessagivd2018-09-031-3/+5
* chcon: show '--reference' in help text only if LONG_OPTS=yXabier Oneca2017-08-091-0/+2
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-4/+7
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-30/+11
* config: deindent all help textsDenys Vlasenko2017-07-211-1/+1
* Update remaining menuconfig items with approximate applet sizesDenys Vlasenko2017-07-191-1/+1
* make --help texts more uniformDenys Vlasenko2017-01-211-5/+5
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-2/+0
* Convert all selinux/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+17
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-10/+10
* fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775Denys Vlasenko2011-05-291-1/+0
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+33
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: merge some common stringsDenys Vlasenko2010-03-231-2/+2
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-4/+4
* Fix forgotten license commentsDenis Vlasenko2008-12-071-0/+2
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-4/+4
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* selinux/*: -Wunused-parameter fixesDenis Vlasenko2008-03-171-2/+6
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* chcon: trivial fixDenis Vlasenko2007-09-261-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-1/+1
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-1/+1
* rework long option handling. saves ~1.2kDenis Vlasenko2007-07-231-15/+14
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+2
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-041-2/+2
* - fold recurse, depthFirst and dereference params into one param flags.Bernhard Reutner-Fischer2007-03-291-3/+1
* fix accumulated whitespace and indentation damageDenis Vlasenko2007-03-201-1/+1
* chcon: remove redundant ifs: if(p) free(p)Denis Vlasenko2007-03-121-5/+2
* chcon: exclude constraints for impossible option if long opts are offDenis Vlasenko2007-03-121-3/+6
* next portion of selinux updates: chcon, runcon. FromDenis Vlasenko2007-03-111-0/+175