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

Accept two pseudo-roles "__engine", "__rule" at Box Level ACL settings. #431

Open
shimono opened this issue Jun 14, 2019 · 0 comments
Open

Comments

@shimono
Copy link
Member

shimono commented Jun 14, 2019

Define the following two pseudo-roles as reserved strings and accept these values for principals in ACL settings. (ACL method, Bar file)

  • __rule
  • __engine 

Example

  <grant>
    <href>__rule</href>
    <privilege><p:exec /></privilege> 
  </grant>

本機能の実装によってこれらPrincipalにのみ実行を許可するようなアクセス制御を設定することができるようになる。これらPrincipalはCellが存在する限り存在が約束されているため、Barファイルでのアクセス制御設定として前提条件をおかずに記述が可能である。

これらMain Boxと同じようにCell制御オブジェクトとしては扱わない。そのため消せないし、作れないし、ExtCellやAccountと紐づけもできない。

Related Engine modification

personium/personium-engine#34

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

No branches or pull requests

2 participants