aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Morgan <morgan@kernel.org>2007-08-13 23:59:10 -0700
committerAndrew Morgan <morgan@kernel.org>2007-08-13 23:59:10 -0700
commite668cd62a296f740c6cc36e290ec0a2df243ad6b (patch)
treee9c081b8f534c7694ce0e38ccbf830146d8884dd
parentcd45c57c35df7d2ff352ce74a27329e7fec39ae3 (diff)
downloadlibcap-e668cd62a296f740c6cc36e290ec0a2df243ad6b.tar.gz
Give a concrete example (morgan gets CAP_SETFCAP)libcap-20070813
-rw-r--r--pam_cap/capability.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/pam_cap/capability.conf b/pam_cap/capability.conf
index 40d85fc..b543142 100644
--- a/pam_cap/capability.conf
+++ b/pam_cap/capability.conf
@@ -15,8 +15,8 @@
# Here are some sample lines (remove the preceding '#' if you want to
# use them
-## user 'morgan' gets all of the available inheritable capabilities
-# all morgan
+## user 'morgan' gets the CAP_SETFCAP inheritable capability
+cap_setfcap morgan
## user 'luser' just inherits two capabilities (CAP_NET_RAW and CAP_FOWNER)
# cap_net_raw,cap_fowner luser