[CentOS] Issues trying to change the selinux context

Wed May 8 16:17:45 UTC 2019
Warren Young <warren at etr-usa.com>

On May 8, 2019, at 9:31 AM, mark <m.roth at 5-cent.us> wrote:
> 
> semanage -fcontext -a -t lib_t "/<elided>/smwa/webagent/bin(/.*).so”

[snip]

> What am I doing wrong?

-fcontext isn’t an option, it’s a verb; drop the dash.

Also, I’m confused by the parens in your file path.  Whether your shell is or not is a different question.