diff options
author | Chris PeBenito <cpebenito@tresys.com> | 2014-04-28 10:00:36 -0400 |
---|---|---|
committer | Sven Vermeulen <sven.vermeulen@siphos.be> | 2014-04-30 19:12:58 +0200 |
commit | 6b6e5683fbbb08f25a5321e3f247ee50dcd9f349 (patch) | |
tree | 78c525e5de32ab4140909c6fff476c457505cff9 /Rules.monolithic | |
parent | Updated with upstream (diff) | |
download | hardened-refpolicy-6b6e5683fbbb08f25a5321e3f247ee50dcd9f349.tar.gz hardened-refpolicy-6b6e5683fbbb08f25a5321e3f247ee50dcd9f349.tar.bz2 hardened-refpolicy-6b6e5683fbbb08f25a5321e3f247ee50dcd9f349.zip |
Add file for placing default_* statements.
Diffstat (limited to 'Rules.monolithic')
-rw-r--r-- | Rules.monolithic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.monolithic b/Rules.monolithic index b6359524..b8d180e1 100644 --- a/Rules.monolithic +++ b/Rules.monolithic @@ -32,7 +32,7 @@ all_interfaces := $(all_modules:.te=.if) $(off_mods:.te=.if) all_te_files := $(all_modules) all_fc_files := $(all_modules:.te=.fc) -pre_te_files := $(secclass) $(isids) $(avs) $(m4support) $(poldir)/mls $(poldir)/mcs $(policycaps) +pre_te_files := $(secclass) $(isids) $(avs) $(ctx_defaults) $(m4support) $(poldir)/mls $(poldir)/mcs $(policycaps) post_te_files := $(user_files) $(poldir)/constraints policy_sections := $(tmpdir)/pre_te_files.conf $(tmpdir)/all_attrs_types.conf $(tmpdir)/global_bools.conf $(tmpdir)/only_te_rules.conf $(tmpdir)/all_post.conf |