- Allow usertypes to read/write noxattr file systems
This commit is contained in:
parent
7c7d59935b
commit
7c2be34d14
@ -258,3 +258,7 @@ browser_confine_xguest=true
|
|||||||
# Allow postfix locat to write to mail spool
|
# Allow postfix locat to write to mail spool
|
||||||
#
|
#
|
||||||
allow_postfix_local_write_mail_spool=true
|
allow_postfix_local_write_mail_spool=true
|
||||||
|
|
||||||
|
# Allow common users to read/write noexattrfile systems
|
||||||
|
#
|
||||||
|
user_rw_noexattrfile=true
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -17,7 +17,7 @@
|
|||||||
Summary: SELinux policy configuration
|
Summary: SELinux policy configuration
|
||||||
Name: selinux-policy
|
Name: selinux-policy
|
||||||
Version: 3.2.5
|
Version: 3.2.5
|
||||||
Release: 19%{?dist}
|
Release: 20%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: serefpolicy-%{version}.tgz
|
Source: serefpolicy-%{version}.tgz
|
||||||
@ -387,6 +387,9 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 25 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-20
|
||||||
|
- Allow usertypes to read/write noxattr file systems
|
||||||
|
|
||||||
* Thu Jan 24 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-19
|
* Thu Jan 24 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-19
|
||||||
- Fix nsplugin to allow flashplugin to work in enforcing mode
|
- Fix nsplugin to allow flashplugin to work in enforcing mode
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user