mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 06:16:03 +00:00
Fix from PLD/Arkadiusz Miskiewicz <arekm@maven.pl> to mark ksh to not be
profiled.
This commit is contained in:
@@ -89,6 +89,8 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 12 2006 - sbeattie@suse.de
|
||||||
|
- Add ksh to list of shells that should not be profiled
|
||||||
* Thu Oct 5 2006 - <dreynolds@suse.de> 2.0-7
|
* Thu Oct 5 2006 - <dreynolds@suse.de> 2.0-7
|
||||||
- add support syntax checking for profiles.
|
- add support syntax checking for profiles.
|
||||||
* Thu Jun 01 2006 - jmichael@suse.de
|
* Thu Jun 01 2006 - jmichael@suse.de
|
||||||
|
@@ -13,6 +13,7 @@
|
|||||||
[qualifiers]
|
[qualifiers]
|
||||||
# things will be painfully broken if bash has a profile
|
# things will be painfully broken if bash has a profile
|
||||||
/bin/bash = iu
|
/bin/bash = iu
|
||||||
|
/bin/ksh = iu
|
||||||
|
|
||||||
# these programs can't function if they're confined
|
# these programs can't function if they're confined
|
||||||
/bin/mount = u
|
/bin/mount = u
|
||||||
|
Reference in New Issue
Block a user