Hello community,

here is the log from the commit of package vim for openSUSE:Factory
checked in at Mon Sep 19 18:07:12 CEST 2011.



--------
--- vim/vim.changes     2011-08-31 11:41:03.000000000 +0200
+++ vim/vim.changes     2011-09-16 19:55:21.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Sep 16 17:53:21 UTC 2011 - [email protected]
+
+- apparmor.vim update 
+  - support "deny $filename x" rules
+  - apparmor.vim generated from AppArmor 2.7 beta2
+
+-------------------------------------------------------------------

Package does not exist at destination yet. Using Fallback vim
Destination is vim
calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vim.spec ++++++
--- /var/tmp/diff_new_pack.QLh8Oe/_old  2011-09-19 18:07:06.000000000 +0200
+++ /var/tmp/diff_new_pack.QLh8Oe/_new  2011-09-19 18:07:06.000000000 +0200
@@ -130,7 +130,6 @@
 
 %package data
 
-
 Summary:        Vi IMproved
 Group:          Productivity/Editors/Vi
 PreReq:         %{vim_prereq}
@@ -154,7 +153,6 @@
 
 %package base
 
-
 Summary:        Vi IMproved
 Group:          Productivity/Editors/Vi
 PreReq:         %{vim_prereq}
@@ -179,7 +177,6 @@
 
 %package enhanced
 
-
 Summary:        A version of the VIM editor which includes recent enhancements
 Group:          Productivity/Editors/Vi
 PreReq:         %{vim_prereq}
@@ -204,7 +201,6 @@
 
 %package -n gvim-base
 
-
 Summary:        dummy package for a subpackage only build in the buildservice
 Group:          Productivity/Editors/Vi
 PreReq:         %{vim_prereq}
@@ -216,7 +212,6 @@
 
 %package -n gvim-enhanced
 
-
 Summary:        dummy package for a subpackage only build in the buildservice
 Group:          Productivity/Editors/Vi
 PreReq:         %{gvim_prereq}
@@ -232,7 +227,6 @@
 
 %package -n gvim
 
-
 Summary:        A GUI for Vi
 Group:          Productivity/Editors/Vi
 PreReq:         %{gvim_prereq}


++++++ apparmor.vim ++++++
--- /var/tmp/diff_new_pack.QLh8Oe/_old  2011-09-19 18:07:06.000000000 +0200
+++ /var/tmp/diff_new_pack.QLh8Oe/_new  2011-09-19 18:07:06.000000000 +0200
@@ -188,6 +188,8 @@
 syn match  sdEntryIX 
/\v^\s*(audit\s+)?(deny\s+)?(owner\s+)?(\/|\@\{\S*\})\S*\s+(r|m|k|ix)+\s*,(\s*$|(\s*#.*$)\@=)/
 contains=sdGlob,sdComment nextgroup=@sdEntry,sdComment,sdError,sdInclude
 " mr - mmap with PROT_EXEC
 syn match  sdEntryM 
/\v^\s*(audit\s+)?(deny\s+)?(owner\s+)?(\/|\@\{\S*\})\S*\s+(r|m|k)+\s*,(\s*$|(\s*#.*$)\@=)/
 contains=sdGlob,sdComment nextgroup=@sdEntry,sdComment,sdError,sdInclude
+" special case: deny x is allowed (doesn't need to be ix, px, ux or cx)
+syn match  sdEntryM 
/\v^\s*(audit\s+)?deny\s+(owner\s+)?(\/|\@\{\S*\})\S*\s+(r|m|k|x)+\s*,(\s*$|(\s*#.*$)\@=)/
 contains=sdGlob,sdComment nextgroup=@sdEntry,sdComment,sdError,sdInclude
 
 " if we've got u or i without x, it's an error
 " rule is superfluous because of the '/.*/ is an error' rule ;-)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to