Bug 587984 - SELinux is preventing /usr/sbin/asterisk "unlink" access on asterisk.ctl.
Summary: SELinux is preventing /usr/sbin/asterisk "unlink" access on asterisk.ctl.
Keywords:
Status: CLOSED DUPLICATE of bug 587982
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy
Version: 12
Hardware: i386
OS: Linux
low
medium
Target Milestone: ---
Assignee: Daniel Walsh
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: setroubleshoot_trace_hash:5010e8f1622...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-05-02 00:23 UTC by fasi
Modified: 2010-05-09 15:48 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-05-03 05:53:04 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.