-
-
Notifications
You must be signed in to change notification settings - Fork 443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Parent/child link between policies #401
Comments
I think the policies are in need of some rework. Some ideas I have had are only a single policy can apply to a container or agent. Inheritance could be explicitly set from within the policy as well. Another option is being able to disable inheritance on containers and agents. |
That is a good idea. Root policy : no checks, no tasks, no patches Must be different policies for servers and workstations. It's possible to add another policy between root and second level policy to match the operating system. For example : Root servers policy |
Being able to block policy inheritance at the client, site, and agent level should be in the next release! |
Released in 0.6.3 |
Hello @wh1te909 , If I take the example of our current tool, NinjaRMM, I have a policy "SRV - NORMANDIE LOGISTIQUE (ENL)" (which concerns the servers of a client) which inherits the policy "0 SRV (Default) (noAV) (noPatch)". It can be seen that all the parameters of the client policy come from the parent policy except for the "Device has not rebooted in 90 day(s)" control. This was the purpose of my feature request... |
reopening |
Is your feature request related to a problem? Please describe.
It's possible to copy policies, but not to allow parent/child inheritance.
Describe the solution you'd like
Implementation of policy inheritance: A change to a parent policy affects all child policies. For each setting in the policies, allow to inherit from the parent or force a setting.
Describe alternatives you've considered
Currently, I delete policies when a setting no longer fits and recreate a copy of the policy I want to base it on.
The text was updated successfully, but these errors were encountered: