Nearly every modern OS makes use of a bit-masking permission-based model that deals with the control of resources by principals, based on principals and groups.
2
各种权限都基于屏蔽一个32位整数——示例应用程序和要求至少需要64位才能处理所需的原子权限。
Permissions were based on masking a 32-bit integer — the example application and requirements would have needed at least 64 bits to handle the required atomic permissions.