Hide Forgot
Description of problem: Version-Release number of selected component (if applicable): policycoreutils-newrole-1.33.12-14.8.el5 policycoreutils-gui-1.33.12-14.8.el5 policycoreutils-1.33.12-14.8.el5 How reproducible: always Steps to Reproduce: # restorecond --help restorecond: invalid option -- - restorecond [-d] [-v] # echo $? 0 # restorecond -h restorecond: invalid option -- h restorecond [-d] [-v] # echo $? 0 # restorecond -u restorecond: invalid option -- u restorecond [-d] [-v] # echo $? 0 # Actual results: * exit code = 0 if executed with invalid option Expected results: * exit code > 0 if executed with invalid option
I have fixed this in rawhide and upstream. I don't think it is worth back porting.
Development Management has reviewed and declined this request. You may appeal this decision by reopening this request.