setcap(8) - Linux manual page

NAME | SYNOPSIS | DESCRIPTION | EXIT CODE | SEE ALSO | COLOPHON

SETCAP(8)                  System Manager's Manual                 SETCAP(8)

NAME         top

       setcap - set file capabilities

SYNOPSIS         top

       setcap [-q] [-v] (capabilities|-|-r) filename [ ... capabilitiesN
       fileN ]

DESCRIPTION         top

       In the absence of the -v (verify) option setcap sets the capabilities
       of each specified filename to the capabilities specified.  The -v
       option is used to verify that the specified capabilities are
       currently associated with the file.

       The capabilities are specified in the form described in
       cap_from_text(3).

       The special capability string, '-', can be used to indicate that
       capabilities are read from the standard input. In such cases, the
       capability set is terminated with a blank line.

       The special capability string, '-r', is used to remove a capability
       set from a file.

       The -q flag is used to make the program less verbose in its output.

EXIT CODE         top

       The setcap program will exit with a 0 exit code if successful. On
       failure, the exit code is 1.

SEE ALSO         top

       cap_from_text(3), cap_set_file(3), getcap(8)

COLOPHON         top

       This page is part of the libcap (capabilities commands and library)
       project.  Information about the project can be found at 
       ⟨https://git.kernel.org/cgit/linux/kernel/git/morgan/libcap.git/⟩.  If
       you have a bug report for this manual page, send it to
       morgan@kernel.org (please put "libcap" in the Subject line).  This
       page was obtained from the project's upstream Git repository
       ⟨git://git.kernel.org/pub/scm/linux/kernel/git/morgan/libcap.git⟩ on
       2018-02-02.  (At that time, the date of the most recent commit that
       was found in the repository was 2016-02-07.)  If you discover any
       rendering problems in this HTML version of the page, or you believe
       there is a better or more up-to-date source for the page, or you have
       corrections or improvements to the information in this COLOPHON
       (which is not part of the original manual page), send a mail to
       man-pages@man7.org

                              24th October 2008                    SETCAP(8)

Pages that refer to this page: capsh(1)capabilities(7)getcap(8)