Bug 884746

Summary: SELinux is preventing /usr/sbin/smbd from 'create' accesses on the directory untitled folder.
Product: [Fedora] Fedora Reporter: mruminski
Component: selinux-policyAssignee: Miroslav Grepl <mgrepl>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: dominick.grift, dwalsh, mgrepl
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Unspecified   
Whiteboard: abrt_hash:dcd751aafe311d6b4647604d063e12a78ec4a1a1b723679064a0d16639006ad3
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-12-06 20:40:51 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:
Attachments:
Description Flags
File: type
none
File: hashmarkername none

Description mruminski 2012-12-06 16:27:19 UTC
Additional info:
libreport version: 2.0.18
kernel:         3.6.9-2.fc17.i686

description:
:SELinux is preventing /usr/sbin/smbd from 'create' accesses on the directory untitled folder.
:
:*****  Plugin samba_share (98.5 confidence) suggests  ************************
:
:If you want to allow smbd to have create access on the untitled folder directory
:Then należy zmienić etykietę "untitled.folder"
:Do
:# semanage fcontext -a -t samba_share_t 'untitled.folder'
:# restorecon  -v 'untitled.folder'
:
:*****  Plugin catchall (2.42 confidence) suggests  ***************************
:
:If aby smbd powinno mieć domyślnie create dostęp do untitled folder directory.
:Then proszę to zgłosić jako błąd.
:Można utworzyć lokalny moduł polityki, aby umożliwić ten dostęp.
:Do
:można tymczasowo zezwolić na ten dostęp wykonując polecenia:
:# grep smbd /var/log/audit/audit.log | audit2allow -M mojapolityka
:# semodule -i mojapolityka.pp
:
:Additional Information:
:Source Context                system_u:system_r:smbd_t:s0
:Target Context                system_u:object_r:fusefs_t:s0
:Target Objects                untitled folder [ dir ]
:Source                        smbd
:Source Path                   /usr/sbin/smbd
:Port                          <Nieznane>
:Host                          (removed)
:Source RPM Packages           samba-3.6.9-96.fc17.1.i686
:Target RPM Packages           
:Policy RPM                    selinux-policy-3.10.0-161.fc17.noarch
:Selinux Enabled               True
:Policy Type                   targeted
:Enforcing Mode                Enforcing
:Host Name                     (removed)
:Platform                      Linux (removed) 3.6.9-2.fc17.i686 #1 SMP Tue Dec 4
:                              14:22:00 UTC 2012 i686 i686
:Alert Count                   1
:First Seen                    2012-12-06 17:25:38 CET
:Last Seen                     2012-12-06 17:25:38 CET
:Local ID                      60bddccf-1dd6-47c2-a9be-66e423df9925
:
:Raw Audit Messages
:type=AVC msg=audit(1354811138.260:85): avc:  denied  { create } for  pid=2661 comm="smbd" name=756E7469746C656420666F6C646572 scontext=system_u:system_r:smbd_t:s0 tcontext=system_u:object_r:fusefs_t:s0 tclass=dir
:
:
:type=SYSCALL msg=audit(1354811138.260:85): arch=i386 syscall=mkdir success=no exit=EACCES a0=b8ad4ca8 a1=1ed a2=b77f2ff4 a3=b8ad4ca8 items=0 ppid=2600 pid=2661 auid=4294967295 uid=0 gid=0 euid=99 suid=99 fsuid=99 egid=99 sgid=99 fsgid=99 tty=(none) ses=4294967295 comm=smbd exe=/usr/sbin/smbd subj=system_u:system_r:smbd_t:s0 key=(null)
:
:Hash: smbd,smbd_t,fusefs_t,dir,create
:
:audit2allow
:
:#============= smbd_t ==============
:#!!!! This avc can be allowed using the boolean 'samba_share_fusefs'
:
:allow smbd_t fusefs_t:dir create;
:
:audit2allow -R
:
:#============= smbd_t ==============
:#!!!! This avc can be allowed using the boolean 'samba_share_fusefs'
:
:allow smbd_t fusefs_t:dir create;
:

Comment 1 mruminski 2012-12-06 16:27:23 UTC
Created attachment 658850 [details]
File: type

Comment 2 mruminski 2012-12-06 16:27:26 UTC
Created attachment 658851 [details]
File: hashmarkername

Comment 3 Daniel Walsh 2012-12-06 20:40:51 UTC
setsebool -P samba_share_fusefs 1