Bug 486738

Summary: satellite install, selinux denials sqlplus
Product: Red Hat Satellite 5 Reporter: wes hayutin <whayutin>
Component: InstallerAssignee: Jan Pazdziora <jpazdziora>
Status: CLOSED CURRENTRELEASE QA Contact: wes hayutin <whayutin>
Severity: medium Docs Contact:
Priority: low    
Version: 530CC: bperkins, mzazrivec
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: na
Whiteboard:
Fixed In Version: sat530 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-09-10 19:12:12 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: 457079    

Description wes hayutin 2009-02-21 16:22:20 UTC
Description of problem:

Description of problem:
satellite install, selinux denials sqlplus 

Satellite-5.3.0-RHEL5-re20090220.1-i386-embedded-oracle.iso

clear audit log
install latest satellite iso
check audit log

type=AVC msg=audit(1235187342.167:119): avc:  denied  { search } for  pid=8035 comm="sqlplus" name="mnt" dev=dm-0 ino=5657793 scontext=root:system_r:oracle_sqlplus_t:s0-s0:
c0.c1023 tcontext=system_u:object_r:mnt_t:s0 tclass=dir
type=AVC msg=audit(1235187342.167:120): avc:  denied  { search } for  pid=8035 comm="sqlplus" name="mnt" dev=dm-0 ino=5657793 scontext=root:system_r:oracle_sqlplus_t:s0-s0:
c0.c1023 tcontext=system_u:object_r:mnt_t:s0 tclass=dir
type=AVC msg=audit(1235187342.167:121): avc:  denied  { search } for  pid=8035 comm="sqlplus" name="mnt" dev=dm-0 ino=5657793 scontext=root:system_r:oracle_sqlplus_t:s0-s0:
c0.c1023 tcontext=system_u:object_r:mnt_t:s0 tclass=dir
type=AVC msg=audit(1235187342.167:122): avc:  denied  { search } for  pid=8035 comm="sqlplus" name="mnt" dev=dm-0 ino=5657793 scontext=root:system_r:oracle_sqlplus_t:s0-s0:
c0.c1023 tcontext=system_u:object_r:mnt_t:s0 tclass=dir
type=AVC msg=audit(1235187342.167:123): avc:  denied  { search } for  pid=8035 comm="sqlplus" name="mnt" dev=dm-0 ino=5657793 scontext=root:system_r:oracle_sqlplus_t:s0-s0:
c0.c1023 tcontext=system_u:object_r:mnt_t:s0 tclass=dir
type=AVC msg=audit(1235187342.167:124): avc:  denied  { search } for  pid=8035 comm="sqlplus" name="mnt" dev=dm-0 ino=5657793 scontext=root:system_r:oracle_sqlplus_t:s0-s0:
c0.c1023 tcontext=system_u:object_r:mnt_t:s0 tclass=dir
type=AVC msg=audit(1235187342.167:125): avc:  denied  { search } for  pid=8035 comm="sqlplus" name="mnt" dev=dm-0 ino=5657793 scontext=root:system_r:oracle_sqlplus_t:s0-s0:

Comment 1 wes hayutin 2009-02-25 19:00:30 UTC
reproduced this w/ [root@rlx-3-18 audit]# rpm -q screen
screen-4.0.3-1.el5

type=AVC msg=audit(1235575751.055:113): avc:  denied  { search } for  pid=8293 comm="sqlplus" name="mnt" dev=dm-0 ino=8192001 scontext=root:system_r:oracle_sqlplus_t:s0-s0:c0.c1023 tcontext=s
ystem_u:object_r:mnt_t:s0 tclass=dir
type=AVC msg=audit(1235575751.056:114): avc:  denied  { search } for  pid=8293 comm="sqlplus" name="mnt" dev=dm-0 ino=8192001 scontext=root:system_r:oracle_sqlplus_t:s0-s0:c0.c1023 tcontext=s
ystem_u:object_r:mnt_t:s0 tclass=dir
type=AVC msg=audit(1235575751.056:115): avc:  denied  { search } for  pid=8293 comm="sqlplus" name="mnt" dev=dm-0 ino=8192001 scontext=root:system_r:oracle_sqlplus_t:s0-s0:c0.c1023 tcontext=s
ystem_u:object_r:mnt_t:s0 tclass=di

Comment 2 Jan Pazdziora 2009-02-25 19:12:50 UTC
This one is not (never was suspected to be) screen related.

I'll address this eventually.

Comment 3 wes hayutin 2009-03-09 20:13:19 UTC
fyi..  recreated in Satellite-5.3.0-RHEL5-re20090306.2-i386-embedded-oracle.iso

Comment 4 Jan Pazdziora 2009-03-13 09:24:19 UTC
Fix in Spacewalk repository, 04664017fe2947c5110a8cc8a77e826d42e5fb69.

Comment 5 Jan Pazdziora 2009-03-13 09:25:21 UTC
Oops, the commit is ede70d93542d103d4bb1a643b270b05ae2e50ade, after rebase.

Comment 6 Jan Pazdziora 2009-03-13 09:49:25 UTC
Tagged as spacewalk-admin-0.5.12-1.

Comment 7 Jan Pazdziora 2009-03-23 11:14:37 UTC
With spacewalk-admin-0.5.12-1 available on Satellite-5.3.0-RHEL5-re20090317.0 compose, moving ON_QA.

Comment 8 wes hayutin 2009-03-23 19:00:06 UTC
fresh install w/ no denials

[root@dhcp77-162 audit]# cat audit.log | grep denial
[root@dhcp77-162 audit]# ls /root/Satellite-5.3.0-RHEL5-re20090317.0-i386-embedded-oracle.iso 
/root/Satellite-5.3.0-RHEL5-re20090317.0-i386-embedded-oracle.iso
[root@dhcp77-162 audit]#

Comment 9 Milan Zázrivec 2009-09-02 11:31:34 UTC
Verified with last stage iso, no denials -> RELEASE_PENDING

Comment 10 Brandon Perkins 2009-09-10 19:12:12 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHEA-2009-1434.html