Skip to content
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

normalize/unify system objects and how they relate to regular objects #5

Open
m-mcgowan opened this issue May 28, 2016 · 0 comments
Open

Comments

@m-mcgowan
Copy link
Collaborator

Currently there's an extra set of commands for handling system objects vs handling regular objects in a profile.

  • read system object
  • write system object
  • write masked system object
  • (list system objects) - this doesn't exist but should.

This adds duplication at all levels, which seems unnecessary. We can unify this to make system objects seem less ad-hoc.

The key distinction between system objects and regular objects is that system objects are pre-created by the system and always exist. There is no create/delete support. Currently there's no enumeration support either (to retrieve the id_chain and type) but that will be added - see #4.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant