about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-05-10 16:51:43 -0700
committerEric Wong <normalperson@yhbt.net>2009-05-10 16:51:43 -0700
commit0a74dec88686866c5a4f04d98560c540a9f9471b (patch)
treedbf4c7726e712af2d1b6069ce846d6551b442ed7
parentda7b4ead08baff86268e14b459322fd514a4acb8 (diff)
downloadpcu-0a74dec88686866c5a4f04d98560c540a9f9471b.tar.gz
Make it clear we don't need perms/capabilities
We don't do things like mlock.
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 4ce7335..0a6eddd 100644
--- a/README
+++ b/README
@@ -7,4 +7,6 @@ kernel page cache.
 * pcu-fadvise - runs posix_fadvise(2) on given files
 * pcu-mincore - shows the pages in the page cache for given files
 
-See manpages for the individual commands for more details.
+See manpages for the individual commands for more details.  Neither
+command requires privileges other than read access to the files
+specified on the command-line.