Skip to content
Snippets Groups Projects
Select Git revision
  • 341d34b5822dbd839d00e3da38f949fc36b1c717
  • test default
2 results

attribute.h

Blame
  • user avatar
    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: default avatarStephen Smalley <sds@tycho.nsa.gov>
    0233cd80
    History
    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 */