remove QPOL_POLICY_OPTION_MATCH_SYSTEM defines

This commit is contained in:
Joshua Brindle 2016-04-22 09:21:30 -04:00
parent 495a7973d8
commit ac1550cc20
2 changed files with 0 additions and 9 deletions

View File

@ -85,14 +85,6 @@ extern "C"
*/
#define QPOL_POLICY_OPTION_NO_RULES 0x00000002
/**
* When loading the policy, attempt to interpret it as the way the
* running system would. If the policy is of a version higher than
* one supported by the system, then the policy will be downgraded to
* the system's maximum value.
*/
#define QPOL_POLICY_OPTION_MATCH_SYSTEM 0x00000004
/**
* List of capabilities a policy may have. This list represents
* features of policy that may differ from version to version or

View File

@ -161,7 +161,6 @@ def qpol_policy_factory(path):
/* qpol_policy */
#define QPOL_POLICY_OPTION_NO_NEVERALLOWS 0x00000001
#define QPOL_POLICY_OPTION_NO_RULES 0x00000002
#define QPOL_POLICY_OPTION_MATCH_SYSTEM 0x00000004
/* add maximum and minimum policy versions supported by the statically linked libsepol */
%constant int QPOL_POLICY_MAX_VERSION = POLICYDB_VERSION_MAX;
%constant int QPOL_POLICY_MIN_VERSION = POLICYDB_VERSION_MIN;