Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 770936

Summary: Missing package dependency.
Product: Red Hat Enterprise Linux 6 Reporter: Jan Kratochvil <jan.kratochvil>
Component: policycoreutilsAssignee: Daniel Walsh <dwalsh>
Status: CLOSED NOTABUG QA Contact: BaseOS QE Security Team <qe-baseos-security>
Severity: low Docs Contact:
Priority: unspecified    
Version: 6.2CC: dwalsh, jan.kratochvil, mmalik
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-12-31 13:23:44 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:

Description Jan Kratochvil 2011-12-30 10:57:26 UTC
Description of problem:
$subj

Version-Release number of selected component (if applicable):
policycoreutils-python-2.0.83-19.18.el6.x86_64

How reproducible:
Tried once.

Steps to Reproduce:
yum install /usr/bin/sandbox
sandbox -X -t sandbox_web_t ./stack

Actual results:
/usr/bin/sandbox: 
/usr/sbin/seunshare is required for the action you want to perform.

Expected results:
No error message.

Additional info:
One has to do also:
yum install /usr/sbin/seunshare

Comment 2 Milos Malik 2011-12-31 10:05:03 UTC
/usr/bin/sandbox (provided by policycoreutils-python package) requires /usr/sbin/seunshare (provided by policycoreutils-sandbox package). Unfortunately policycoreutils-python package does not require policycoreutils-sandbox package.

Comment 3 Daniel Walsh 2011-12-31 13:17:42 UTC
This is a tricky problem, since sandbox can be run as root and not require seunshare, I decided to leave it in the -python package, the sandbox package requires X which I don't want in this situation.   I think if you execute sandbox -X it will tell you to install the other package, I guess we could make sandbox -M also watch for this. 

I am open to suggestions on a better way to handle this, perhaps have the tool check for certain files and modify its options and have the policycoreutils-sandbox overwrite the sandbox man page with additional options.

Comment 4 Jan Kratochvil 2011-12-31 13:23:44 UTC
OK, thanks, I see it is more complicated.
I just thought it is some simple common forgotten package dependency.
Feel free to do whatever with this Bug.