mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-01 06:45:38 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
1a6c042ac6 | ||
|
5a5f969a5e |
@@ -1 +1 @@
|
||||
3.0.2
|
||||
3.0.3
|
||||
|
@@ -180,7 +180,7 @@ def read_features_dir(path):
|
||||
if not os.path.exists(path) or not os.path.isdir(path):
|
||||
return result
|
||||
|
||||
for name in os.listdir(path):
|
||||
for name in sorted(os.listdir(path)):
|
||||
entry = os.path.join(path, name)
|
||||
result += '%s {' % name
|
||||
if os.path.isfile(entry):
|
||||
|
Reference in New Issue
Block a user