- CheckMates
- :
- Products
- :
- Developers
- :
- API / CLI Discussion
- :
- set a policy package - api
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
set a policy package - api
Which api would be used to set a policy package. I don't want to modify a policy package using "set-package" but would like to change to a specific policy package instead of "standard" so that objects/policies are modified for that specific package. I searched but could not find any thing relevant.
currently anything in playbook is executed against a standard policy package.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Rules are contained in layers, which are part of a policy package
A policy package can actually contain multiple layers.
Layers can also be used in multiple policy packages, or even within the same policy package multiple times (inline layers).
Therefore, if you want to modify rules, you do so in terms of the layer, not the policy package.
Objects have never been specific to a policy package (even in R77.x and earlier).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Rules are contained in layers, which are part of a policy package
A policy package can actually contain multiple layers.
Layers can also be used in multiple policy packages, or even within the same policy package multiple times (inline layers).
Therefore, if you want to modify rules, you do so in terms of the layer, not the policy package.
Objects have never been specific to a policy package (even in R77.x and earlier).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Dameon:
Yes that is correct and it makes sense.
