📄 readme
字号:
Example with security aware access.The complete access control policy is set in the server.cc source:-Object Domain Mapping-Required rights of the operations in the different domains-Principal's rightsThere are 3 persons: "manager" (bank manager), "owner" and his "wife".They have appropriate sertificates: manager.pem, owner.pem, wife.pemUser Rights:AccessId:manager "m"GroupId:owner & wife "u"Object Access Policies:bank->create() "m" in /Access/Bankbank->open() "ug" in /Access/Bankaccount->deposit() "ug" in /Access/Accountsaccount->withdraw() "u" in /Access/Accountsaccount->balance() "ug" in /Access/AccountsRights combinator - AnySecPolicyCombinator - UnionTo check how it works run server - rssThen clients - rcs"manager" can create account only, "owner" and "wife" can open account, deposit/withdraw money, see the balance,Files:config.cnf - describes poa -> domain mapping for auditing.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -