]> git.pld-linux.org Git - packages/apparmor-utils.git/commitdiff
- in sources
authorzbyniu <zbyniu@pld-linux.org>
Sat, 14 Apr 2007 00:19:02 +0000 (00:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apparmor-utils-pld.patch -> 1.3

apparmor-utils-pld.patch [deleted file]

diff --git a/apparmor-utils-pld.patch b/apparmor-utils-pld.patch
deleted file mode 100644 (file)
index e146f89..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -urN apparmor-utils-2.0.org/genprof apparmor-utils-2.0/genprof
---- apparmor-utils-2.0.org/genprof     2006-09-28 20:37:30.000000000 +0200
-+++ apparmor-utils-2.0/genprof 2006-12-12 14:06:11.893826000 +0100
-@@ -131,7 +131,7 @@
-     $logmark = `date | md5sum`;
-     chomp $logmark;
-     $logmark = $1 if $logmark =~ /^([0-9a-f]+)/;
--    system("/bin/logger -p kern.warn 'GenProf: $logmark'");
-+    system("/usr/bin/logger -p kern.warn 'GenProf: $logmark'");
-   } else {
-     $logmark = last_audit_entry_time();
-   }
-diff -urN apparmor-utils-2.0.org/logprof.conf apparmor-utils-2.0/logprof.conf
---- apparmor-utils-2.0.org/logprof.conf        2006-09-28 20:37:30.000000000 +0200
-+++ apparmor-utils-2.0/logprof.conf    2006-12-12 19:15:43.110454500 +0100
-@@ -13,6 +13,7 @@
- [qualifiers]
-   # things will be painfully broken if bash has a profile
-   /bin/bash     = iu
-+  /bin/ksh    = iu
-   # these programs can't function if they're confined
-   /bin/mount    = u
This page took 0.083329 seconds and 4 git commands to generate.