- Allow svirt images to create sock_file in svirt_var_run_t
This commit is contained in:
parent
b270c763b4
commit
4816e90c52
@ -3958,12 +3958,12 @@ diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/pol
|
|||||||
+')
|
+')
|
||||||
diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/apps/screen.if serefpolicy-3.6.26/policy/modules/apps/screen.if
|
diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/apps/screen.if serefpolicy-3.6.26/policy/modules/apps/screen.if
|
||||||
--- nsaserefpolicy/policy/modules/apps/screen.if 2009-07-23 14:11:04.000000000 -0400
|
--- nsaserefpolicy/policy/modules/apps/screen.if 2009-07-23 14:11:04.000000000 -0400
|
||||||
+++ serefpolicy-3.6.26/policy/modules/apps/screen.if 2009-08-05 07:38:57.000000000 -0400
|
+++ serefpolicy-3.6.26/policy/modules/apps/screen.if 2009-08-05 16:33:49.000000000 -0400
|
||||||
@@ -61,6 +61,8 @@
|
@@ -61,6 +61,8 @@
|
||||||
manage_fifo_files_pattern($1_screen_t, screen_dir_t, screen_var_run_t)
|
manage_fifo_files_pattern($1_screen_t, screen_dir_t, screen_var_run_t)
|
||||||
manage_dirs_pattern($1_screen_t, screen_dir_t, screen_dir_t)
|
manage_dirs_pattern($1_screen_t, screen_dir_t, screen_dir_t)
|
||||||
filetrans_pattern($1_screen_t, screen_dir_t, screen_var_run_t, fifo_file)
|
filetrans_pattern($1_screen_t, screen_dir_t, screen_var_run_t, fifo_file)
|
||||||
+ dontaudit $3 $1_var_run_t:fifo_file read;
|
+ dontaudit $3 screen_var_run_t:fifo_file read;
|
||||||
+
|
+
|
||||||
files_pid_filetrans($1_screen_t, screen_dir_t, dir)
|
files_pid_filetrans($1_screen_t, screen_dir_t, dir)
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
Summary: SELinux policy configuration
|
Summary: SELinux policy configuration
|
||||||
Name: selinux-policy
|
Name: selinux-policy
|
||||||
Version: 3.6.26
|
Version: 3.6.26
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: serefpolicy-%{version}.tgz
|
Source: serefpolicy-%{version}.tgz
|
||||||
@ -475,6 +475,9 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 5 2009 Dan Walsh <dwalsh@redhat.com> 3.6.26-5
|
||||||
|
- Allow svirt images to create sock_file in svirt_var_run_t
|
||||||
|
|
||||||
* Tue Aug 4 2009 Dan Walsh <dwalsh@redhat.com> 3.6.26-4
|
* Tue Aug 4 2009 Dan Walsh <dwalsh@redhat.com> 3.6.26-4
|
||||||
- Allow exim to getattr on mountpoints
|
- Allow exim to getattr on mountpoints
|
||||||
- Fixes for pulseaudio
|
- Fixes for pulseaudio
|
||||||
|
Loading…
Reference in New Issue
Block a user