android13/external/libcap/cap
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
LICENSE initial 2024-06-22 20:45:49 +08:00
README initial 2024-06-22 20:45:49 +08:00
cap.go initial 2024-06-22 20:45:49 +08:00
cap_test.go initial 2024-06-22 20:45:49 +08:00
convenience.go initial 2024-06-22 20:45:49 +08:00
file.go initial 2024-06-22 20:45:49 +08:00
flags.go initial 2024-06-22 20:45:49 +08:00
go.mod initial 2024-06-22 20:45:49 +08:00
iab.go initial 2024-06-22 20:45:49 +08:00
launch.go initial 2024-06-22 20:45:49 +08:00
legacy.go initial 2024-06-22 20:45:49 +08:00
modern.go initial 2024-06-22 20:45:49 +08:00
names.go initial 2024-06-22 20:45:49 +08:00
oslockluster.go initial 2024-06-22 20:45:49 +08:00
oslocks.go initial 2024-06-22 20:45:49 +08:00
syscalls.go initial 2024-06-22 20:45:49 +08:00
text.go initial 2024-06-22 20:45:49 +08:00

README

Package cap is the libcap API for Linux Capabilities written in
Go. The official release announcement site for libcap is:

   https://sites.google.com/site/fullycapable/

Like libcap, the cap package is distributed with a "you choose"
License. Specifically: BSD three clause, or GPL2. See the LICENSE
file.

Andrew G. Morgan <morgan@kernel.org>