platform_system_sepolicy/tools/sepolicy-analyze/attribute.h
Stephen Smalley 0233cd800e sepolicy-analyze: Add attribute command.
Add an attribute command to sepolicy-analyze for displaying the list
of types associated with an attribute in a policy.  This is for use
by CTS to check what domains and types are associated with certain
attributes such as mlstrustedsubject and mlstrustedobject.

Change-Id: Ie19361c02feb1ad14ce36862c6aace9e66c422bb
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
2015-03-13 12:22:39 -04:00

11 lines
218 B
C

#ifndef ATTRIBUTE_H
#define ATTRIBUTE_H
#include <sepol/policydb/policydb.h>
#include "utils.h"
void attribute_usage(void);
int attribute_func(int argc, char **argv, policydb_t *policydb);
#endif /* ATTRIBUTE_H */