]> git.pld-linux.org Git - packages/apparmor-utils.git/blame - apparmor-utils-pld.patch
- tabs in preamble
[packages/apparmor-utils.git] / apparmor-utils-pld.patch
CommitLineData
5cda2bf3
AM
1diff -urN apparmor-utils-2.0.org/genprof apparmor-utils-2.0/genprof
2--- apparmor-utils-2.0.org/genprof 2006-09-28 20:37:30.000000000 +0200
3+++ apparmor-utils-2.0/genprof 2006-12-12 14:06:11.893826000 +0100
4@@ -131,7 +131,7 @@
5 $logmark = `date | md5sum`;
6 chomp $logmark;
7 $logmark = $1 if $logmark =~ /^([0-9a-f]+)/;
8- system("/bin/logger -p kern.warn 'GenProf: $logmark'");
9+ system("/usr/bin/logger -p kern.warn 'GenProf: $logmark'");
10 } else {
11 $logmark = last_audit_entry_time();
12 }
c526202d
AM
13diff -urN apparmor-utils-2.0.org/logprof.conf apparmor-utils-2.0/logprof.conf
14--- apparmor-utils-2.0.org/logprof.conf 2006-09-28 20:37:30.000000000 +0200
15+++ apparmor-utils-2.0/logprof.conf 2006-12-12 19:15:43.110454500 +0100
16@@ -13,6 +13,7 @@
17 [qualifiers]
18 # things will be painfully broken if bash has a profile
19 /bin/bash = iu
20+ /bin/ksh = iu
21
22 # these programs can't function if they're confined
23 /bin/mount = u
This page took 0.088274 seconds and 4 git commands to generate.