Bug 587984

Summary: SELinux is preventing /usr/sbin/asterisk "unlink" access on asterisk.ctl.
Product: [Fedora] Fedora Reporter: fasi <faisi_khanz>
Component: selinux-policyAssignee: Daniel Walsh <dwalsh>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: carlg, dwalsh, faisi_khanz, mgrepl
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard: setroubleshoot_trace_hash:5010e8f1622a12e668950d8ab6bbc4ca1658baeb1fe02cacccf30889c1c1e804
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-05-03 05:53:04 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 fasi 2010-05-02 00:23:40 UTC
Summary:

SELinux is preventing /usr/sbin/asterisk "unlink" access on asterisk.ctl.

Detailed Description:

[asterisk has a permissive type (asterisk_t). This access was not denied.]

SELinux denied access requested by asterisk. It is not expected that this access
is required by asterisk and this access may signal an intrusion attempt. It is
also possible that the specific version or configuration of the application is
causing it to require additional access.

Allowing Access:

You can generate a local policy module to allow this access - see FAQ
(http://docs.fedoraproject.org/selinux-faq-fc5/#id2961385) Please file a bug
report.

Additional Information:

Source Context                system_u:system_r:asterisk_t:s0
Target Context                system_u:object_r:var_run_t:s0
Target Objects                asterisk.ctl [ sock_file ]
Source                        asterisk
Source Path                   /usr/sbin/asterisk
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           
Target RPM Packages           
Policy RPM                    selinux-policy-3.6.32-110.fc12
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Enforcing
Plugin Name                   catchall
Host Name                     (removed)
Platform                      Linux (removed) 2.6.32.11-105.fc12.i686.PAE #1 SMP
                              Tue Apr 20 15:01:35 UTC 2010 i686 i686
Alert Count                   4
First Seen                    Sun 25 Apr 2010 06:25:01 PM EDT
Last Seen                     Sat 01 May 2010 02:27:50 PM EDT
Local ID                      6acb4316-63c2-484a-be5e-19a3edbce430
Line Numbers                  

Raw Audit Messages            

node=(removed) type=AVC msg=audit(1272738470.899:25): avc:  denied  { unlink } for  pid=2474 comm="asterisk" name="asterisk.ctl" dev=dm-0 ino=132027 scontext=system_u:system_r:asterisk_t:s0 tcontext=system_u:object_r:var_run_t:s0 tclass=sock_file

node=(removed) type=SYSCALL msg=audit(1272738470.899:25): arch=40000003 syscall=10 success=yes exit=0 a0=81b92e0 a1=0 a2=817123a a3=3 items=0 ppid=1701 pid=2474 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="asterisk" exe="/usr/sbin/asterisk" subj=system_u:system_r:asterisk_t:s0 key=(null)



Hash String generated from  catchall,asterisk,asterisk_t,var_run_t,sock_file,unlink
audit2allow suggests:

#============= asterisk_t ==============
allow asterisk_t var_run_t:sock_file unlink;

Comment 1 Carl G. 2010-05-03 05:53:04 UTC

*** This bug has been marked as a duplicate of bug 587982 ***