Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 119202

Summary: anaconda_t can't run userhelper apps
Product: [Fedora] Fedora Reporter: Tim Waugh <twaugh>
Component: policyAssignee: Daniel Walsh <dwalsh>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: katzj, pgraner
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-04-02 18:47:56 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 114961    

Description Tim Waugh 2004-03-26 11:19:01 UTC
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.

Comment 1 Daniel Walsh 2004-03-26 15:28:53 UTC
Changed anaconda to allow rootok in main files.

Fixed in policy-1_9-18


Comment 2 Tim Waugh 2004-04-02 18:47:56 UTC
Works for me.