- type=AVC msg=audit(1358529889.481:315): avc: denied { associate } for pid=1522 comm="httpd"name="access.log" scontext=system_u:object_r:httpd_sys_rw_content_t:s0tcontext=system_u:object_r:httpd_sys_content_t:s0 tclass=filesystem
- Was caused by:
- Unknown - would be allowed by active policy
- Possible mismatch between this policy and the one under which the audit message was generated.
- Possible mismatch between current in-memory boolean settings vs. permanent ones.
- ------------------------------------------------------------------------------------------------
- <VirtualHost *:80>
- ServerAdmin webmaster@localhost
- ServerName lab.dev
- DocumentRoot /shared/www/lab/public
- <Directory /shared/www/lab/public/>
- Options Indexes FollowSymLinks
- AllowOverride All
- Order allow,deny
- Allow from all
- </Directory>
-
- # Custom log file locations
- LogLevel warn
- ErrorLog /shared/www/lab/logs/error.log
- CustomLog /shared/www/lab/access.log combined
- </VirtualHost>
- ------------------------------------------------------------------------------------------
- /etc/fstab
- ----------
- #
- # /etc/fstab
- # Created by anaconda on Tue Jan 15 21:01:00 2013
- #
- # Accessible filesystems, by reference, are maintained under '/dev/disk'
- # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
- #
- /dev/mapper/fedora-root / ext4 defaults 1 1
- UUID=f92ec976-f49c-496d-be24-2bd7391eec2e /boot ext4 defaults 1 2
- /dev/mapper/fedora-home /home ext4 defaults 1 2
- /dev/mapper/fedora-swap swap swap defaults 0 0
- /dev/disk/by-uuid/E0D8317FD83154CE /windows auto nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=Windows 0 0
- /dev/disk/by-uuid/D0D6BF93D6BF7874 /shared auto context="system_u:object_r:httpd_sys_content_t:s0" 0 0
- =======================================================================================================
- /shared is an ntfs partition and /shared/www/public is the root of the site lab.dev
Thanks for any assistance.
-- selinux mailing list selinux@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/selinux