commit | e3048525adc8ac667fb57739b046b3b81ef7a451 | [log] [tgz] |
---|---|---|
author | Dan Walsh <dwalsh@redhat.com> | Fri Oct 25 15:09:47 2013 -0400 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Fri Oct 25 16:12:40 2013 -0400 |
tree | 4b8cc8a6b63f9d595c5cdd5432a43e7e7726b1ef | |
parent | a08010023b9fe66e8df5c187a53d93bfb0f2b939 [diff] |
Michal Trunecka patch to allow restorecon to accept paths with {} The restorecon is unable to resolve paths using braced expressions like this: /sbin/ ./restorecon: lstat(/sbin/ip{6,}tables*) failed: No such file or directory The problem is that restorecon calls glob function without GLOB_BRACE flag, which en