aboutsummaryrefslogtreecommitdiffstats
path: root/libselinux/src/label.c
Commit message (Expand)AuthorAgeFilesLines
* Restorecon: factor out a lookup helper for context matchesxunchang2019-03-051-0/+9
* Merge remote-tracking branch 'aosp/upstream-master' into mymergeNick Kralevich2018-08-061-1/+1
|\
| * Revert "libselinux: verify file_contexts when using restorecon"Stephen Smalley2018-04-201-3/+4
| * libselinux: echo line number of bad label in selabel_fini()Yuli Khodorkovskiy2018-04-041-1/+1
| * libselinux: verify file_contexts when using restoreconYuli Khodorkovskiy2018-04-041-4/+3
* | Merge remote-tracking branch 'aosp/upstream-master' into mymergeDan Cashman2017-08-071-160/+4
|\|
| * libselinux: fix selabel_lookup*() double slash bugStephen Smalley2017-06-011-174/+3
| * libselinux: propagate selabel_subs_init() errorsNicolas Iooss2017-05-181-6/+12
| * libselinux: rework selabel_subs_init() to avoid use-after-freeNicolas Iooss2017-05-181-3/+11
| * libselinux: close the subs file if fstat failedNicolas Iooss2017-05-151-1/+1
* | move file_context APIs out of libselinux_vendorSandeep Patil2017-07-061-1/+7
* | Merge remote-tracking branch 'aosp/upstream-master' into mymergeJeff Vander Stoep2017-04-121-4/+6
|\|
| * libselinux: add O_CLOEXECNick Kralevich2017-04-121-1/+1
| * libselinux: do not dereference a NULL pointer when calloc() failsNicolas Iooss2017-04-111-3/+5
* | Add ability to specify multiple input files to the selabel_open.dcashman2017-01-041-6/+14
* | Revert "Add ability to specify multiple input files to the selabel_open."Tianjie Xu2016-12-291-14/+6
* | Add ability to specify multiple input files to the selabel_open.dcashman2016-12-221-6/+14
|/
* libselinux: makes android label back ends configurableJanis Danisevskis2016-09-291-2/+8
* libselinux: android: fix lax service context lookupJanis Danisevskis2016-09-291-0/+1
* libselinux: introduce configurable backendsWilliam Roberts2016-09-261-3/+26
* libselinux: label_file: fix memory leaks and uninitialized jumpWilliam Roberts2015-10-281-0/+1
* libselinux: Add selabel_digest functionRichard Haines2015-10-131-2/+83
* libselinux: add selabel_cmp interface and label_file backendStephen Smalley2015-08-061-0/+9
* libselinux: Add const to selinux_opt for label backends.Richard Haines2015-07-101-3/+6
* libselinux: Add selabel partial and best match APIsRichard Haines2015-05-061-36/+146
* Get rid of security_context_t and fix const declarations.Stephen Smalley2014-02-191-2/+2
* Fix label substituion to work with the equiv path of "/"Dan Walsh2013-10-241-1/+7
* Separate out the calling of local subs and dist subs in selabel_subDan Walsh2013-10-241-2/+15
* libselinux: New Android property labeling backendrpcraig2012-06-281-0/+1
* libselinux: asprintf return code must be checkedDan Walsh2012-06-281-1/+2
* libselinux - correct selabel invalid context loggingRichard Haines2011-12-211-1/+8
* libselinux: label: cosmetic cleanupsEric Paris2011-11-021-42/+50
* libselinux: selabel_open fix processing of substitution filesRichard Haines2011-08-021-3/+1
* This patch adds a new subs_dist file.Daniel J Walsh2011-04-081-4/+6
* selabel: Store substitution data in the handle instead of globally.Eamon Walsh2010-12-021-27/+18
* This patch allows selabel_*() interfaces to provide an expected security contextEamon Walsh2010-03-151-1/+2
* Author: Daniel J WalshDaniel J Walsh2009-06-041-1/+104
* initial import from svn trunk revision 2950Joshua Brindle2008-08-191-0/+140