Description of problem: During a kickstart %post script I set up some print queues the way I like them like this: printconf-tui --Ximport <<"EOF" ... EOF This works in Fedora Core 1, but with current rawhide I have to run '/usr/sbin/printconf-tui' or else it doesn't work. Possible solutions: - run kickstart with /usr/sbin earlier in the PATH than /usr/bin or - have anaconda_t able to run userhelper without password Version-Release number of selected component (if applicable): policy-1.9-15 anaconda-9.91-7 How reproducible: 100% Steps to Reproduce: 1. Try running a userhelper app in a kickstart script.
Changed anaconda to allow rootok in main files. Fixed in policy-1_9-18
Works for me.