From owner-cvs-all Tue Aug 8 11:48: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3950C37B517; Tue, 8 Aug 2000 11:48:00 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA64065; Tue, 8 Aug 2000 11:48:00 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200008081848.LAA64065@freefall.freebsd.org> From: Robert Watson Date: Tue, 8 Aug 2000 11:48:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys capability.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/08/08 11:48:00 PDT Modified files: sys/sys capability.h Log: o Add POSIX1E_CAPABILITY_EXTATTR_NAME, a string constant for the extended attribute name used to store capabilities for binaries in FFS. o Uncomment CAP_SETPCAP because, unfortunately, it is useful when developing and testing, as well as in practice for a system not fully capability-enabled. o Synch up prototypes with the implementation, reducing diffs and making the patches for capabilities more accessible and less dastardly. Obtained from: TrustedBSD Project Revision Changes Path 1.3 +7 -4 src/sys/sys/capability.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message