Stephen Smalley wrote: > I'm not sure how one does long options in python, but the current > audit2allow script doesn't actually support the ones you've defined > (e.g. --requires does NOT work, whereas -r does). > > audit2allow -a -r => generates requires and allow statements > audit2allow -a --requires => generates only allow statements > > And audit2allow --tefile complains that the option is unrecognized. > > Missing comma caused the problem. Update patch for policycoreutils to fix the problem as well as add an enhanced version of chcat to allows manipulation of file categories. --