rpms/selinux-policy/F-11 policy-20090521.patch,1.25,1.26

Miroslav Grepl mgrepl at fedoraproject.org
Fri Jul 3 07:57:26 UTC 2009


Author: mgrepl

Update of /cvs/extras/rpms/selinux-policy/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27708

Modified Files:
	policy-20090521.patch 
Log Message:
- Allow ftpd to create shm



policy-20090521.patch:

Index: policy-20090521.patch
===================================================================
RCS file: /cvs/extras/rpms/selinux-policy/F-11/policy-20090521.patch,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- policy-20090521.patch	29 Jun 2009 20:57:51 -0000	1.25
+++ policy-20090521.patch	3 Jul 2009 07:57:26 -0000	1.26
@@ -1982,7 +1982,7 @@ diff -b -B --ignore-all-space --exclude-
  permissive fprintd_t;
 diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/services/ftp.te serefpolicy-3.6.12/policy/modules/services/ftp.te
 --- nsaserefpolicy/policy/modules/services/ftp.te	2009-06-25 10:19:44.000000000 +0200
-+++ serefpolicy-3.6.12/policy/modules/services/ftp.te	2009-06-29 16:23:40.000000000 +0200
++++ serefpolicy-3.6.12/policy/modules/services/ftp.te	2009-07-03 08:22:14.000000000 +0200
 @@ -91,6 +91,9 @@
  #
  
@@ -1993,7 +1993,15 @@ diff -b -B --ignore-all-space --exclude-
  dontaudit ftpd_t self:capability sys_tty_config;
  allow ftpd_t self:process signal_perms;
  allow ftpd_t self:process { getcap setcap setsched setrlimit };
-@@ -129,8 +132,7 @@
+@@ -99,6 +102,7 @@
+ allow ftpd_t self:unix_stream_socket create_stream_socket_perms;
+ allow ftpd_t self:tcp_socket create_stream_socket_perms;
+ allow ftpd_t self:udp_socket create_socket_perms;
++allow ftpd_t self:shm create_shm_perms; 
+ allow ftpd_t self:key manage_key_perms;
+ 
+ allow ftpd_t ftpd_etc_t:file read_file_perms;
+@@ -129,8 +133,7 @@
  allow ftpd_t ftpdctl_tmp_t:sock_file { getattr unlink };
  
  # Create and modify /var/log/xferlog.




More information about the fedora-extras-commits mailing list