aboutsummaryrefslogtreecommitdiff
path: root/cap/launch.go
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2021-01-25 19:23:57 -0800
committerHaibo Huang <hhb@google.com>2021-01-25 19:23:57 -0800
commit47fac93ec338499b9d6262521aa23e391b671861 (patch)
tree7225b3cdde2611d6f072cd157620b42193b4a8bc /cap/launch.go
parent8626dd4746bdaac0572f3e7cc647ffe176346dd6 (diff)
parent28f5bc71416b2e27e470327995a202d04e917e3f (diff)
downloadlibcap-47fac93ec338499b9d6262521aa23e391b671861.tar.gz
Upgrade libcap to libcap-2.47
Test: make Change-Id: I3af018f6f5b48de209b07eec9bfd43b20aa2a804
Diffstat (limited to 'cap/launch.go')
-rw-r--r--cap/launch.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/cap/launch.go b/cap/launch.go
index 2f37a2a..4ae449c 100644
--- a/cap/launch.go
+++ b/cap/launch.go
@@ -106,18 +106,18 @@ var ErrLaunchFailed = errors.New("launch failed")
var ErrNoLaunch = errors.New("launch not supported")
// ErrAmbiguousChroot indicates that the Launcher is being used in
-// addition to callback supplied Chroot. The former should be used
+// addition to a callback supplied Chroot. The former should be used
// exclusively for this.
var ErrAmbiguousChroot = errors.New("use Launcher for chroot")
// ErrAmbiguousIDs indicates that the Launcher is being used in
-// addition to callback supplied Credentials. The former should be
+// addition to a callback supplied Credentials. The former should be
// used exclusively for this.
var ErrAmbiguousIDs = errors.New("use Launcher for uids and gids")
// ErrAmbiguousAmbient indicates that the Launcher is being used in
-// addition callback supplied ambient set and the former should be
-// used exclusively in a Launch call.
+// addition to a callback supplied ambient set and the former should
+// be used exclusively in a Launch call.
var ErrAmbiguousAmbient = errors.New("use Launcher for ambient caps")
// lName is the name we temporarily give to the launcher thread. Note,