- Removed OUTPUT_VERSION as default.
- Added default name as refpolicy to avoid clobbering string installs
This commit is contained in:
parent
e17cb83c3d
commit
ebb884dec2
@ -21,7 +21,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# Override default policy version
|
# Override default policy version
|
||||||
OUTPUT_POLICY = 18
|
#OUTPUT_POLICY = 18
|
||||||
|
|
||||||
# Policy Type
|
# Policy Type
|
||||||
# strict, targeted, strict-mls, targeted-mls
|
# strict, targeted, strict-mls, targeted-mls
|
||||||
@ -31,7 +31,7 @@ TYPE = strict
|
|||||||
# If set, this will be used as the policy
|
# If set, this will be used as the policy
|
||||||
# name. Otherwise the policy type will be
|
# name. Otherwise the policy type will be
|
||||||
# used for the name.
|
# used for the name.
|
||||||
NAME =
|
NAME = refpolicy
|
||||||
|
|
||||||
# Build monolithic policy. Putting n here
|
# Build monolithic policy. Putting n here
|
||||||
# will build a loadable module policy.
|
# will build a loadable module policy.
|
||||||
|
Loading…
Reference in New Issue
Block a user