summaryrefslogtreecommitdiffstats
path: root/README.security
diff options
context:
space:
mode:
authorWenji Huang <wenji.huang@oracle.com>2010-01-22 15:56:51 +0800
committerWenji Huang <wenji.huang@oracle.com>2010-01-22 15:56:51 +0800
commitb515db67ec9fff58d6c789e6e27c8e18ed01d6ce (patch)
treecc27d349dbc9fd3ad66e2d3f6d7c2d4abe1d85c1 /README.security
parentcabde31c2b2e13d253f2ba70921d6f01a6278af1 (diff)
downloadsystemtap-steved-b515db67ec9fff58d6c789e6e27c8e18ed01d6ce.tar.gz
systemtap-steved-b515db67ec9fff58d6c789e6e27c8e18ed01d6ce.tar.xz
systemtap-steved-b515db67ec9fff58d6c789e6e27c8e18ed01d6ce.zip
Fix typos in several text files
Diffstat (limited to 'README.security')
-rw-r--r--README.security4
1 files changed, 2 insertions, 2 deletions
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.