[selinux-policy/f19] Fix spec decl problem

Miroslav Grepl mgrepl at fedoraproject.org
Tue Jul 9 12:00:38 UTC 2013


commit 6666775ff6005623ec63b40edb608bbbf066a81e
Author: Miroslav Grepl <mgrepl at redhat.com>
Date:   Tue Jul 9 14:00:09 2013 +0200

    Fix spec decl problem

 policy-rawhide-contrib.patch |   19 +++++++++++--------
 1 files changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/policy-rawhide-contrib.patch b/policy-rawhide-contrib.patch
index 93f756d..d522f2d 100644
--- a/policy-rawhide-contrib.patch
+++ b/policy-rawhide-contrib.patch
@@ -29468,13 +29468,13 @@ index 5aab5d0..5967395 100644
  mta_send_mail(innd_t)
  
 diff --git a/iodine.fc b/iodine.fc
-index ca07a87..ee197f9 100644
+index ca07a87..6ea129c 100644
 --- a/iodine.fc
 +++ b/iodine.fc
 @@ -1,3 +1,5 @@
  /etc/rc\.d/init\.d/((iodined)|(iodine-server))	--	gen_context(system_u:object_r:iodined_initrc_exec_t,s0)
  
-+/usr/lib/systemd/system/iodine-server.*     --  usr/sbin/iodined   --  gen_context(system_u:object_r:iodined_unit_file_t,s0)
++/usr/lib/systemd/system/iodine-server.*     --  gen_context(system_u:object_r:iodined_unit_file_t,s0)
 +
  /usr/sbin/iodined	--	gen_context(system_u:object_r:iodined_exec_t,s0)
 diff --git a/iodine.if b/iodine.if
@@ -33588,7 +33588,7 @@ index 73e2803..2fc7570 100644
  	files_search_pids($1)
  	admin_pattern($1, l2tpd_var_run_t)
 diff --git a/l2tp.te b/l2tp.te
-index 19f2b97..1dd920a 100644
+index 19f2b97..bbbda10 100644
 --- a/l2tp.te
 +++ b/l2tp.te
 @@ -27,7 +27,7 @@ files_pid_file(l2tpd_var_run_t)
@@ -33615,7 +33615,7 @@ index 19f2b97..1dd920a 100644
  corenet_all_recvfrom_unlabeled(l2tpd_t)
  corenet_all_recvfrom_netlabel(l2tpd_t)
  corenet_raw_sendrecv_generic_if(l2tpd_t)
-@@ -75,19 +77,35 @@ corecmd_exec_bin(l2tpd_t)
+@@ -75,19 +77,37 @@ corecmd_exec_bin(l2tpd_t)
  
  dev_read_urand(l2tpd_t)
  
@@ -33625,10 +33625,12 @@ index 19f2b97..1dd920a 100644
  term_use_generic_ptys(l2tpd_t)
  term_use_ptmx(l2tpd_t)
  
- logging_send_syslog_msg(l2tpd_t)
+-logging_send_syslog_msg(l2tpd_t)
++auth_read_passwd(l2tpd_t)
  
 -miscfiles_read_localization(l2tpd_t)
--
++logging_send_syslog_msg(l2tpd_t)
+ 
  sysnet_dns_name_resolve(l2tpd_t)
  
  optional_policy(`
@@ -85249,10 +85251,10 @@ index 0000000..74cd27c
 +')
 diff --git a/thumb.te b/thumb.te
 new file mode 100644
-index 0000000..780a62e
+index 0000000..07820b6
 --- /dev/null
 +++ b/thumb.te
-@@ -0,0 +1,144 @@
+@@ -0,0 +1,145 @@
 +policy_module(thumb, 1.0.0)
 +
 +########################################
@@ -85370,6 +85372,7 @@ index 0000000..780a62e
 +optional_policy(`
 +	# .config
 +	gnome_dontaudit_search_config(thumb_t)
++	gnome_dontaudit_write_config_files(thumb_t)
 +	gnome_append_generic_cache_files(thumb_t)
 +	gnome_read_generic_data_home_files(thumb_t)
 +	gnome_dontaudit_rw_generic_cache_files(thumb_t)


More information about the scm-commits mailing list