Bug 815764

Summary: SELinux is preventing /usr/sbin/pppd from 'open' accesses on the chr_file 2.
Product: [Fedora] Fedora Reporter: ManFree <roman_romul>
Component: selinux-policyAssignee: Miroslav Grepl <mgrepl>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 16CC: dominick.grift, dwalsh, mgrepl
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Unspecified   
Whiteboard: abrt_hash:172a0aa00f8b8f7b182269d7e8e59f2543621a67201ee406f2e5afdb26ca83e2
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-04-25 15:23:33 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 ManFree 2012-04-24 13:21:35 UTC
libreport version: 2.0.6
executable:     /usr/bin/python
hashmarkername: setroubleshoot
kernel:         3.1.0-7.fc16.i686
reason:         SELinux is preventing /usr/sbin/pppd from 'open' accesses on the chr_file 2.
time:           Tue Apr 24 21:19:45 2012

description:
:SELinux is preventing /usr/sbin/pppd from 'open' accesses on the chr_file 2.
:
:*****  Plugin catchall_boolean (89.3 confidence) suggests  *******************
:
:If you want to allow all daemons the ability to read/write terminals
:Then you must tell SELinux about this by enabling the 'allow_daemons_use_tty' boolean.
:Do
:setsebool -P allow_daemons_use_tty 1
:
:*****  Plugin catchall (11.6 confidence) suggests  ***************************
:
:If you believe that pppd should be allowed open access on the 2 chr_file by default.
:Then you should report this as a bug.
:You can generate a local policy module to allow this access.
:Do
:allow this access for now by executing:
:# grep pppd /var/log/audit/audit.log | audit2allow -M mypol
:# semodule -i mypol.pp
:
:Additional Information:
:Source Context                system_u:system_r:pppd_t:s0
:Target Context                system_u:object_r:devpts_t:s0
:Target Objects                2 [ chr_file ]
:Source                        pppd
:Source Path                   /usr/sbin/pppd
:Port                          <Неизвестно>
:Host                          (removed)
:Source RPM Packages           ppp-2.4.5-18.fc16
:Target RPM Packages           
:Policy RPM                    selinux-policy-3.10.0-86.fc16
:Selinux Enabled               True
:Policy Type                   targeted
:Enforcing Mode                Permissive
:Host Name                     (removed)
:Platform                      Linux localhost.localdomain 3.1.0-7.fc16.i686 #1
:                              SMP Tue Nov 1 21:00:16 UTC 2011 i686 i686
:Alert Count                   1
:First Seen                    Вт. 24 апр. 2012 21:14:04
:Last Seen                     Вт. 24 апр. 2012 21:14:04
:Local ID                      f6b1e5de-56bc-43c4-b453-86321d8720bc
:
:Raw Audit Messages
:type=AVC msg=audit(1335287644.124:76): avc:  denied  { open } for  pid=2697 comm="pppd" name="2" dev=devpts ino=5 scontext=system_u:system_r:pppd_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file
:
:
:type=SYSCALL msg=audit(1335287644.124:76): arch=i386 syscall=open success=yes exit=EBADF a0=6cb9a0 a1=80802 a2=0 a3=6cb9a0 items=0 ppid=2693 pid=2697 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts2 ses=4294967295 comm=pppd exe=/usr/sbin/pppd subj=system_u:system_r:pppd_t:s0 key=(null)
:
:Hash: pppd,pppd_t,devpts_t,chr_file,open
:
:audit2allow
:
:#============= pppd_t ==============
:#!!!! This avc can be allowed using the boolean 'allow_daemons_use_tty'
:
:allow pppd_t devpts_t:chr_file open;
:
:audit2allow -R
:
:#============= pppd_t ==============
:#!!!! This avc can be allowed using the boolean 'allow_daemons_use_tty'
:
:allow pppd_t devpts_t:chr_file open;
:

Comment 1 Miroslav Grepl 2012-04-25 06:00:56 UTC
Fixed in selinux-policy-3.10.0-87.fc16

Comment 2 ManFree 2012-04-25 15:23:33 UTC
No problem in selinux-policy-3.10.0-87.fc16.
Fixed.