Hello,
 
I'm trying to pass an input file to semanage as recommended in http://danwalsh.livejournal.com/41593.html. I'm using RHEL 6.
 
I get the error "/usr/sbin/semanage: Could not start semanage transaction" when I execute the following:
 
semanage -i - << _EOF
user -l
_EOF
 
However, "semanage user -l" works just fine. Any suggestions?
 
*Note that I'm just listing the users as an example of the concept.
 
Thanks,
Andy