From b515db67ec9fff58d6c789e6e27c8e18ed01d6ce Mon Sep 17 00:00:00 2001 From: Wenji Huang Date: Fri, 22 Jan 2010 15:56:51 +0800 Subject: Fix typos in several text files --- README.security | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.security') diff --git a/README.security b/README.security index 323840f6..4f649d5d 100644 --- a/README.security +++ b/README.security @@ -71,7 +71,7 @@ the permissions should be 755, like this: drwxr-xr-x 2 root root 4096 2007-08-07 13:54 systemtap/ 2) More permissive usage. If all systemtap developers should be able -to add "approved" systemtap modules to /lib/modules/VERSION/system, +to add "approved" systemtap modules to /lib/modules/VERSION/systemtap, its permissions should be 775 (and be owned by root, group stapdev), like this: @@ -108,6 +108,6 @@ permitted to have. In addition, the effective set of capabilities, the capabilities from the permitted set that are currently enabled, is cleared. When needed, a particular capability is enabled, the operation is performed, then the capability is disabled. The staprun -program was designed this way to prevent several classes of security +program was designed in this way to prevent several classes of security attacks. Security is also heightened by the fact that the only external program that staprun executes is stapio. -- cgit