/usr/include/rsbac/cap_getname.h is in librsbac-dev 1.4.0-repack-0ubuntu6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | /********************************** */
/* Rule Set Based Access Control */
/* Author and (c) 1999-2005: */
/* Amon Ott <ao@rsbac.org> */
/* Getname functions for CAP module */
/* Last modified: 28/Jan/2005 */
/********************************** */
#ifndef __RSBAC_CAP_GETNAME_H
#define __RSBAC_CAP_GETNAME_H
void rsbac_cap_log_missing_cap(int cap);
#endif
|