UNIX ACL的数据库架构

时间:2018-10-31 15:15:16

标签: sqlite unix file-permissions acl

如何实现针对UNIX文件权限的架构? (有用户,文件和组。用户可以属于组。文件完全属于用户,并且恰好属于一个组。每个文件都有所有者,组和“其他”权限(读取,写入,执行)。

感谢您的帮助。

相关:

Database schema for ACL

How to determine in sql if a user can read/write/execute a file a la unix permissions system?

1 个答案:

答案 0 :(得分:0)

我找到了一种解决方案,该解决方案可与链接到此问题的架构一起使用:

https://github.com/orgesleka/unix-acl-sql