1 | debian/copyright |
2 | License |
3 | pam_cap/License |
No copyright notice found
/* * Copyright (c) 1997,2007-8 Andrew G. Morgan <morgan@kernel.org> * * This sets/verifies the capabilities of a given file. */
/* * <sys/capability.h> * * Copyright (C) 1997 Aleph One * Copyright (C) 1997-8,2008 Andrew G. Morgan <morgan@kernel.org> * * defunct POSIX.1e Standard: 25.2 Capabilities <sys/capability.h> */
/* * Copyright (c) 1997-8 Andrew G. Morgan <morgan@kernel.org> * * This is a file to make the capability <-> string mappings for * libcap. */
/* * Copyright (c) 1997-8 Andrew G Morgan <morgan@kernel.org> * * This file deals with allocation and deallocation of internal * capability sets as specified by POSIX.1e (formerlly, POSIX 6). */
/* * Copyright (c) 1997-8 Andrew G Morgan <morgan@kernel.org> * * This file deals with exchanging internal and external * representations of capability sets. */
/* * Copyright (c) 1997,2007 Andrew G Morgan <morgan@kernel.org> * * This file deals with setting capabilities on files. */
/* * Copyright (c) 1997-8,2008 Andrew G. Morgan <morgan@kernel.org> * * This file deals with flipping of capabilities on internal * capability sets as specified by POSIX.1e (formerlly, POSIX 6). */
/* * Copyright (c) 1997-8,2007,2011 Andrew G Morgan <morgan@kernel.org> * * This file deals with getting and setting capabilities on processes. */
/* * Copyright (c) 1997-8,2007-8 Andrew G Morgan <morgan@kernel.org> * Copyright (c) 1997 Andrew Main <zefram@dcs.warwick.ac.uk> * * This file deals with exchanging internal and textual * representations of capability sets. */
/* * <sys/securebits.h> * Copyright (C) 2010 Serge Hallyn <serue@us.ibm.com> */
/* * Copyright (c) 1997 Andrew G Morgan <morgan@kernel.org> * * This file contains internal definitions for the various functions in * this small capability library. */
/* * Copyright (c) 1999,2007 Andrew G. Morgan <morgan@kernel.org> * * The purpose of this module is to enforce inheritable capability sets * for a specified user. */
/* * Copyright (c) 2008-11 Andrew G. Morgan <morgan@kernel.org> * * This is a simple 'bash' wrapper program that can be used to * raise and lower both the bset and pI capabilities before invoking * /bin/bash (hardcoded right now). * * The --print option can be used as a quick test whether various * capability manipulations work as expected (or not). */
/* * Copyright (c) 1997,2007 Andrew G. Morgan <morgan@kernel.org> * * This displays the capabilities of a given file. */
/* * Copyright (c) 1997,2008 Andrew G. Morgan <morgan@kernel.org> * * This displays the capabilities of given target process(es). */ "usage: getcaps <pid> [<pid> ...]\n\n" " This program displays the capabilities on the queried process(es).\n" " The capabilities are displayed in the cap_from_text(3) format.\n\n" "[Copyright (c) 1997-8,2007 Andrew G. Morgan <morgan@kernel.org>]\n"
"usage: execcap <caps> <command-path> [command-args...]\n\n" " This program is a wrapper that can be used to limit the Inheritable\n" " capabilities of a program to be executed. Note, this wrapper is\n" " intended to assist in overcoming a lack of support for filesystem\n" " capability attributes and should be used to launch other files.\n" " This program should _NOT_ be made setuid-0.\n\n" "[Copyright (c) 1998 Andrew G. Morgan <morgan@kernel.org>]\n");
/* * Copyright (c) 1997-8 Andrew G. Morgan <morgan@kernel.org> * * This sets the capabilities of a given process. */ "usage: setcap [-q] (-|<caps>) <pid> [ ... (-|<capsN>) <pid> ]\n\n" " This program can be used to set the process capabilities of running\n" " processes. In order to work, it needs to be executing with CAP_SETPCAP\n" " raised, and the only capabilities that this program can bestow on others\n" " are a subset of its effective set. This program is mostly intended as an\n" " example -- a safe use of CAP_SETPCAP has yet to be demonstrated!\n\n" "[Copyright (c) 1997-8 Andrew G. Morgan <morgan@kernel.org>]\n"
"usage: sucap <user> <group> <command-path> [command-args...]\n\n" " This program is a wrapper that change UID but not privileges of a\n" " program to be executed.\n" " Note, this wrapper is intended to assist in overcoming a lack of support\n" " for filesystem capability attributes and should be used to launch other\n" " files. This program should _NOT_ be made setuid-0.\n\n" "[Copyright (c) 1998 Finn Arne Gangstad <finnag@guardian.no>]\n");
/* * Copyright (c) 1997 <Author> <@> * * <Content> */