summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorDmitrii Shcherbakov <dmitrii.shcherbakov@canonical.com>2020-05-27 17:06:25 +0300
committerDmitrii Shcherbakov <dmitrii.shcherbakov@canonical.com>2020-06-08 16:38:51 +0300
commit75677a31108243e0adddc89f1fbf669053f9573b (patch)
tree92dd42a1a04f87c3270bde2df4c92deec525a182 /releasenotes
parent90009d338c85cba32529de280faec905126d57dd (diff)
downloadoslo-policy-75677a31108243e0adddc89f1fbf669053f9573b.tar.gz
Reload files in policy_dirs on primary file change
It was determined that rules from policy files located in the directory specified in the policy_dirs option (/etc/<config_dir>/policy.d by default) are not re-applied after the rules from the primary policy file is re-applied due to a change. This change introduces additional behavior to make sure the rules from policy_dirs are reapplied if there is a change to the primary policy file. Change-Id: I8a6f8e971d881365c41ea409966723319d5b239a Closes-Bug: #1880959 Related-Bug: #1880847
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1880959-8f1370a59759d40d.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1880959-8f1370a59759d40d.yaml b/releasenotes/notes/bug-1880959-8f1370a59759d40d.yaml
new file mode 100644
index 0000000..929f509
--- /dev/null
+++ b/releasenotes/notes/bug-1880959-8f1370a59759d40d.yaml
@@ -0,0 +1,8 @@
+---
+fixes:
+ - |
+ [`bug 1880959 <https://bugs.launchpad.net/keystone/+bug/1880959>`_]
+ The behavior of policy file reloading from policy directories was fixed.
+ Previously the rules from policy files located in the directories
+ specified in the ``policy_dirs`` option were not reapplied after the rules
+ from the primary policy file have been reapplied due to a change.