From 1fa3f61c6a52fd6e3d36c1bb6536f3241ea59da4 Mon Sep 17 00:00:00 2001 From: Steve Beattie Date: Tue, 12 Dec 2006 11:05:46 +0000 Subject: [PATCH] Fix from PLD/Arkadiusz Miskiewicz to mark ksh to not be profiled. --- utils/apparmor-utils.spec.in | 2 ++ utils/logprof.conf | 1 + 2 files changed, 3 insertions(+) diff --git a/utils/apparmor-utils.spec.in b/utils/apparmor-utils.spec.in index 161e5bdfe..5e4b5b897 100644 --- a/utils/apparmor-utils.spec.in +++ b/utils/apparmor-utils.spec.in @@ -89,6 +89,8 @@ fi %changelog +* Tue Dec 12 2006 - sbeattie@suse.de +- Add ksh to list of shells that should not be profiled * Thu Oct 5 2006 - 2.0-7 - add support syntax checking for profiles. * Thu Jun 01 2006 - jmichael@suse.de diff --git a/utils/logprof.conf b/utils/logprof.conf index 50c7757fc..91275bf4a 100644 --- a/utils/logprof.conf +++ b/utils/logprof.conf @@ -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