commit | 178c552e468091402bf063b2b05302e37a68c686 | [log] [tgz] |
---|---|---|
author | Jason Zaman <[email protected]> | Thu May 17 12:45:05 2018 +0800 |
committer | Jason Zaman <[email protected]> | Thu May 17 13:08:34 2018 +0800 |
tree | d125307d2369ff81de9dc603aaf1154c57b2f856 | |
parent | 310470235af42c6ce62cedea6db51e28c0c8ea59 [diff] |
restorecond: Musl compatibility for GLOB_BRACE and GLOB_TILDE musl doesn't implement GLOB_BRACE and GLOB_TILDE, so simply don't use them there. This affects restorecond -u but braces are not used in the example configs. GLOB_TILDE is on the roadmap[1] for musl 1.1.21 so restorecond -u should be fine soon. [1]: https://wiki.musl-libc.org/roadmap.html Signed-off-by: Jason Zaman <[email protected]>