rpms/selinux-policy/devel policy-20070703.patch, 1.97, 1.98 selinux-policy.spec, 1.547, 1.548

Daniel J Walsh (dwalsh) fedora-extras-commits at redhat.com
Thu Oct 18 22:00:37 UTC 2007


Author: dwalsh

Update of /cvs/extras/rpms/selinux-policy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29111

Modified Files:
	policy-20070703.patch selinux-policy.spec 
Log Message:
* Thu Oct 16 2007 Dan Walsh <dwalsh at redhat.com> 3.0.8-25
- Fix vpn to bind to port 4500
- Allow ssh to create shm
- Allow rshd to bind to ports > 1023
- Add Kismet policy


policy-20070703.patch:

Index: policy-20070703.patch
===================================================================
RCS file: /cvs/extras/rpms/selinux-policy/devel/policy-20070703.patch,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- policy-20070703.patch	18 Oct 2007 21:33:00 -0000	1.97
+++ policy-20070703.patch	18 Oct 2007 22:00:35 -0000	1.98
@@ -1128,8 +1128,8 @@
 +/var/log/kismet(/.*)?			gen_context(system_u:object_r:kismet_log_t,s0)
 diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/admin/kismet.if serefpolicy-3.0.8/policy/modules/admin/kismet.if
 --- nsaserefpolicy/policy/modules/admin/kismet.if	1969-12-31 19:00:00.000000000 -0500
-+++ serefpolicy-3.0.8/policy/modules/admin/kismet.if	2007-10-18 17:32:20.000000000 -0400
-@@ -0,0 +1,277 @@
++++ serefpolicy-3.0.8/policy/modules/admin/kismet.if	2007-10-18 17:39:24.000000000 -0400
+@@ -0,0 +1,276 @@
 +
 +## <summary>policy for kismet</summary>
 +
@@ -1187,9 +1187,9 @@
 +		type kismet_var_run_t;
 +	')
 +
-+         manage_dir_perms($1,kismet_var_run_t,kismet_var_run_t)
-+         manage_file_perms($1,kismet_var_run_t,kismet_var_run_t)
-+         manage_lnk_file_perms($1,kismet_var_run_t,kismet_var_run_t)
++         manage_dirs_pattern($1,kismet_var_run_t,kismet_var_run_t)
++         manage_files_pattern($1,kismet_var_run_t,kismet_var_run_t)
++         manage_lnk_files_pattern($1,kismet_var_run_t,kismet_var_run_t)
 +')
 +
 +
@@ -1268,9 +1268,9 @@
 +		type kismet_var_lib_t;
 +	')
 +
-+         manage_dir_perms($1,kismet_var_lib_t,kismet_var_lib_t)
-+         manage_file_perms($1,kismet_var_lib_t,kismet_var_lib_t)
-+         manage_lnk_file_perms($1,kismet_var_lib_t,kismet_var_lib_t)
++         manage_dirs_pattern($1,kismet_var_lib_t,kismet_var_lib_t)
++         manage_files_pattern($1,kismet_var_lib_t,kismet_var_lib_t)
++         manage_lnk_files_pattern($1,kismet_var_lib_t,kismet_var_lib_t)
 +')
 +
 +
@@ -1331,9 +1331,9 @@
 +		type kismet_log_t;
 +	')
 +
-+         manage_dir_perms($1,kismet_log_t,kismet_log_t)
-+         manage_file_perms($1,kismet_log_t,kismet_log_t)
-+         manage_lnk_file_perms($1,kismet_log_t,kismet_log_t)
++         manage_dirs_pattern($1,kismet_log_t,kismet_log_t)
++         manage_files_pattern($1,kismet_log_t,kismet_log_t)
++         manage_lnk_files_pattern($1,kismet_log_t,kismet_log_t)
 +')
 +
 +########################################
@@ -1406,7 +1406,6 @@
 +	kismet_manage_log($2)
 +
 +')
-+
 diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/admin/kismet.te serefpolicy-3.0.8/policy/modules/admin/kismet.te
 --- nsaserefpolicy/policy/modules/admin/kismet.te	1969-12-31 19:00:00.000000000 -0500
 +++ serefpolicy-3.0.8/policy/modules/admin/kismet.te	2007-10-18 16:30:41.000000000 -0400


Index: selinux-policy.spec
===================================================================
RCS file: /cvs/extras/rpms/selinux-policy/devel/selinux-policy.spec,v
retrieving revision 1.547
retrieving revision 1.548
diff -u -r1.547 -r1.548
--- selinux-policy.spec	18 Oct 2007 21:09:26 -0000	1.547
+++ selinux-policy.spec	18 Oct 2007 22:00:35 -0000	1.548
@@ -377,6 +377,7 @@
 - Fix vpn to bind to port 4500
 - Allow ssh to create shm
 - Allow rshd to bind to ports > 1023
+- Add Kismet policy
 
 * Tue Oct 16 2007 Dan Walsh <dwalsh at redhat.com> 3.0.8-24
 - Allow rpm to chat with networkmanager




More information about the fedora-extras-commits mailing list