[CentOS] Issues trying to change the selinux context

Wed May 8 17:44:11 UTC 2019
mark <m.roth at 5-cent.us>

Warren Young wrote:
> On May 8, 2019, at 11:04 AM, mark <m.roth at 5-cent.us> wrote:
>
>>
>> semanage fcontext -m -t lib_t "/path/smwa/webagent/bin/*.so”
>
> Glob expansion doesn’t happen in double quotes.  Not in Bash, anyway.

Huh? I thought it didn't occur in single quotes, but did occur in quotes.

Odd, I'm seeing it doesn't, at least in a basic test. On the other hand,
from the example in the man page, semanage insists on having the filespec
in quotes.

    mark