mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Merge branch 'cboltz-drop-localinclude' into 'master'
Drop 'localinclude' in parse_profile_data() and ProfileStorage See merge request apparmor/apparmor!427 Acked-by: John Johansen <john.johansen@canonical.com> for 2.12..master Acked-by: Steve Beattie <steve@nxnw.org> for 2.12..master
This commit is contained in:
commit
b017f8f8a9
2 changed files with 0 additions and 3 deletions
|
@ -2173,8 +2173,6 @@ def parse_profile_data(data, file, do_include):
|
|||
elif re_match_include(line):
|
||||
# Include files
|
||||
include_name = re_match_include(line)
|
||||
if include_name.startswith('local/'):
|
||||
profile_data[profile][hat]['localinclude'][include_name] = True
|
||||
|
||||
if profile:
|
||||
profile_data[profile][hat]['include'][include_name] = True
|
||||
|
|
|
@ -60,7 +60,6 @@ class ProfileStorage:
|
|||
data['alias'] = dict()
|
||||
data['abi'] = []
|
||||
data['include'] = dict()
|
||||
data['localinclude'] = dict()
|
||||
data['lvar'] = dict()
|
||||
data['repo'] = dict()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue