aboutsummaryrefslogtreecommitdiffstats
path: root/libselinux/src/label_file.c
Commit message (Expand)AuthorAgeFilesLines
* Restorecon: Ignore the stem when looking up all matches in file contextxunchang2019-03-151-15/+12
* Restorecon: factor out a lookup helper for context matchesxunchang2019-03-051-20/+90
* Merge remote-tracking branch 'aosp/upstream-master' into mymergeNick Kralevich2019-02-141-1/+3
|\
| * libselinux: Fix RESOURCE_LEAK defects reported by coverity scanPetr Lautrbach2019-02-101-1/+3
* | Merge remote-tracking branch 'aosp/upstream-master' into mymergeNick Kralevich2018-11-051-1/+1
|\|
| * libselinux: fix overly strict validation of file_contexts.binStephen Smalley2018-11-051-1/+1
| * Revert "libselinux: verify file_contexts when using restorecon"Stephen Smalley2018-04-201-1/+1
| * libselinux: verify file_contexts when using restoreconYuli Khodorkovskiy2018-04-041-1/+1
* | libselinux: fix build warningliuchao2017-12-201-0/+2
* | Merge remote-tracking branch 'aosp/upstream-master' into mymergeDan Cashman2017-08-071-8/+172
|\|
| * libselinux: fix thread safety issues with lookup_common()Tom Cherry2017-07-261-1/+4
| * libselinux: fix selabel_lookup*() double slash bugStephen Smalley2017-06-011-4/+155
| * libselinux: propagate selabel_subs_init() errorsNicolas Iooss2017-05-181-7/+17
| * libselinux: rework selabel_subs_init() to avoid use-after-freeNicolas Iooss2017-05-181-6/+4
* | Merge remote-tracking branch 'aosp/upstream-master' into mymergeJeff Vander Stoep2017-04-121-1/+1
|\|
| * libselinux: add O_CLOEXECNick Kralevich2017-04-121-1/+1
* | Process file_contexts in the same order as specifiedJeff Vander Stoep2017-02-231-2/+2
* | Add ability to specify multiple input files to the selabel_open.dcashman2017-01-041-26/+72
* | Revert "Add ability to specify multiple input files to the selabel_open."Tianjie Xu2016-12-291-66/+26
* | Add ability to specify multiple input files to the selabel_open.dcashman2016-12-221-26/+66
|/
* libselinux: fix unused variable errorWilliam Roberts2016-09-281-1/+1
* libselinux: Add architecture string to file_context.binJanis Danisevskis2016-09-281-1/+42
* libselinux: add ifdef'ing for ANDROID and BUILD_HOSTWilliam Roberts2016-09-261-0/+2
* libselinux: drop unused stdio_ext.h header fileWilliam Roberts2016-09-261-1/+0
* libselinux: correct error path to always try textWilliam Roberts2016-09-191-15/+32
* libselinux: add support for pcre2Janis Danisevskis2016-09-151-72/+20
* libselinux: fix coding style problems with the prior commitStephen Smalley2016-09-091-7/+10
* libselinux: clean up process fileWilliam Roberts2016-09-091-144/+166
* libselinux, sefcontext_compile: handle NULL pcre study dataStephen Smalley2016-08-171-11/+14
* libselinux: label_file: fix memory leaks and uninitialized jumpWilliam Roberts2015-10-281-1/+4
* libselinux: Fix selabel_open(3) services if no digest requestedRichard Haines2015-10-151-3/+1
* libselinux: Add selabel_digest functionRichard Haines2015-10-131-12/+31
* libselinux: Fix mmap memory release for file labelingRichard Haines2015-09-151-6/+6
* libselinux: do not treat an empty file_contexts(.local) as an errorStephen Smalley2015-08-071-3/+7
* libselinux: support context validation on file_contexts.binStephen Smalley2015-08-061-0/+8
* libselinux: test for file_contexts.bin formatStephen Smalley2015-08-061-4/+21
* libselinux: add selabel_cmp interface and label_file backendStephen Smalley2015-08-061-0/+92
* libselinux: support specifying file_contexts.bin file pathStephen Smalley2015-08-051-3/+10
* libselinux: support file_contexts.bin without file_contextsStephen Smalley2015-08-051-9/+21
* libselinux: Add const to selinux_opt for label backends.Richard Haines2015-07-101-3/+4
* libselinux: Fix binary file labels for regexes with metacharsRichard Haines2015-07-061-1/+10
* libselinux: Correctly handle an empty file_contexts file.Stephen Smalley2015-06-221-1/+2
* libselinux: Enhance file context supportRichard Haines2015-06-161-152/+19
* libselinux: Drop confusing comment.Stephen Smalley2015-06-081-3/+0
* libselinux: Add read_spec_entries function to replace sscanfRichard Haines2015-06-031-11/+5
* libselinux: Support consistent mode size for bin filesRichard Haines2015-05-271-1/+7
* Fix more bin file processing core dumpsRichard Haines2015-05-261-73/+153
* libselinux: Fix core dumps with corrupt *.bin filesRichard Haines2015-05-071-0/+10
* libselinux: Add selabel partial and best match APIsRichard Haines2015-05-061-10/+99
* Fix -Wformat errorsPetr Lautrbach2015-03-131-4/+4