libcap(3)


NAME

   cap_clear,  cap_clear_flag,  cap_compare,  cap_copy_ext,  cap_copy_int,
   cap_free,  cap_from_name,  cap_from_text,   cap_get_fd,   cap_get_file,
   cap_get_flag,   cap_get_pid,  cap_get_proc,  cap_set_fd,  cap_set_file,
   cap_set_flag,   cap_set_proc,   cap_size,   cap_to_name,   cap_to_text,
   cap_get_pid, cap_dup - capability data object manipulation

SYNOPSIS

   #include <sys/capability.h>

   int cap_clear(cap_t cap_p);

   int cap_clear_flag(cap_t cap_p, cap_flag_t flag);

   int cap_compare(cap_t cap_a, cap_t cap_b);

   ssize_t cap_copy_ext(void *ext_p, cap_t cap_p, ssize_t size);

   cap_t cap_copy_int(const void *ext_p);

   int cap_free(void *obj_d);

   int cap_from_name(const char *name, cap_value_t *cap_p);

   cap_t cap_from_text(const char *buf_p);

   cap_t cap_get_fd(int fd);

   cap_t cap_get_file(const char *path_p);

   int cap_get_flag(cap_t cap_p, cap_value_t cap,
                    cap_flag_t flag, cap_flag_value_t *value_p);

   #include <sys/types.h>
   cap_t cap_get_pid(pid_t pid);

   cap_t cap_get_proc(void);

   int cap_set_fd(int fd, cap_t caps);

   int cap_set_file(const char *path_p, cap_t cap_p);

   int cap_set_flag(cap_t cap_p, cap_flag_t flag, int ncap,
                    const cap_value_t *caps, cap_flag_value_t value);
   int cap_set_proc(cap_t cap_p);

   ssize_t cap_size(cap_t cap_p);

   char *cap_to_name(cap_value_t cap);

   char *cap_to_text(cap_t caps, ssize_t *length_p);

   cap_t cap_get_pid(pid_t pid);

   cap_t cap_dup(cap_t cap_p);

   Link with -lcap.

DESCRIPTION

   These  functions work on a capability state held in working storage.  A
   cap_t holds information about the capabilities in  each  of  the  three
   sets,  Permitted, Inheritable, and Effective.  Each capability in a set
   may be clear (disabled, 0) or set (enabled, 1).

   These functions work with the following data types:

   cap_value_t       identifies a capability, such as CAP_CHOWN.

   cap_flag_t        identifies one of the three flags associated  with  a
                     capability  (i.e.,  it  identifies  one  of the three
                     capability sets).  Valid values  for  this  type  are
                     CAP_EFFECTIVE, CAP_INHERITABLE or CAP_PERMITTED.

   cap_flag_value_t  identifies  the  setting  of  a particular capability
                     flag (i.e, the value  of  a  capability  in  a  set).
                     Valid  values  for  this  type  are  CAP_CLEAR(0)  or
                     CAP_SET(1).

RETURN VALUE

   The return value is  generally  specific  to  the  individual  function
   called.  On failure, errno is set appropriately.

CONFORMING TO

   These  functions are as per the withdrawn POSIX.1e draft specification.
   The  following  functions  are  Linux   extensions:   cap_clear_flag(),
   cap_compare(), cap_from_name(), cap_to_name(), and cap_compare().

SEE ALSO

   cap_clear(3),   cap_copy_ext(3),   cap_from_text(3),   cap_get_file(3),
   cap_get_proc(3), cap_init(3), capabilities(7), getpid(2) capsh(1)

                              2008-07-29                         LIBCAP(3)





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.