Select Git revision
attribute.h
Stephen Smalley authored
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> attribute.h 218 B
#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 */