惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
雷峰网
雷峰网
Hugging Face - Blog
Hugging Face - Blog
IT之家
IT之家
H
Help Net Security
腾讯CDC
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The GitHub Blog
The GitHub Blog
V
V2EX
M
MIT News - Artificial intelligence
Vercel News
Vercel News
WordPress大学
WordPress大学
博客园 - 三生石上(FineUI控件)
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
阮一峰的网络日志
阮一峰的网络日志
B
Blog RSS Feed
D
Docker
V
Visual Studio Blog
博客园 - 叶小钗
美团技术团队
S
SegmentFault 最新的问题
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com

Cerbos - All Posts

Authentik vs Keycloak: Self-hosted IdP comparison Mapping business requirements to authorization policy for automotive Fine-grained authorization for AI gateways EIC 2026: Stop counting agents, protect what they can touch Agent skill for writing authorization policies in Claude Desktop Identity security in 2026 EIC 2026 takeaways: the identity stack built for humans will not hold up for AI agents Already have authentication? Here's the authorization layer you still need. Tokens are authorization decisions: a guide to policy-driven token issuance What is a Runtime Authorization Platform It's a dimmer switch, not a kill switch. How CISOs are rethinking AI agent governance From maps to bitmaps (and from bitmaps to bitmaps) AuthZEN, Shared Signals, SCIM Events, IPSIE: Notes from the OpenID Enterprise Panel How do you update authorization policies without redeploying your application? IIW42 recap: Where agent authorization got real Cerbos PDP v0.52.0/v0.53.0: Engine performance, security hardening, and CEL path functions Authorization Management Platforms: what they do, how they work, and where they fit PocketOS AI coding agent deleted a production database in 9 seconds Non-Human Identity management still has a blind spot Supabase alternative in 2026: Best open source auth options Benefits of on-premise authorization: Why enterprises are moving toward self-hosted Authorization policies: How to write, test, and validate them (faster with AI) Agent skill for writing authorization policies How much does it cost to build authorization in-house? Why centralized authorization governance reduces incident response time OPA alternative Why AI agents make authorization a right now problem Modernizing legacy application authorization: why it’s your biggest security blind spot How to add authorization to legacy applications without code changes 5 authorization blind spots auditors find, and how to fix them
What are user permissions? | Find out here
Alex Olivier · 2023-12-06 · via Cerbos - All Posts

User permissions refer to specific rights and privileges assigned to various roles, which, in turn, are assigned to specific users. In some cases, permissions may be applied to entire groups with access to a software system, such as all employees working at a specific location. Permissions determine what level of access individuals or groups are given as well as what actions or operations they are authorized to perform. User permissions are considered a foundational aspect of system security ensuring only those with a compelling need are able to access sensitive data.

Different types of user permissions

Some of the most common types of user permissions include:

Read only: This permission enables a person to view/read a particular digital asset but not modify it or change it in any way.

Write: A user who has write permission related to certain digital assets is able to make changes to them such as editing an existing file, or performing updates to a database.

Execute: A person with execute permission is allowed to access a script or executable file and run the resource if they wish.

Create/delete: People with create permission are allowed to create new documents or other resources. An example would be someone using a cloud based service like Google Docs. Such users are also often given delete permission as well, although on occasion the two permissions are assigned separately.

Modify: Modify means just that. The user is able to access certain files and modify them. That is, they can add-to or delete portions of a document or record as they see fit.

Admin: The admin usually has full access to all parts of the system and is able to exercise control over others, redefine roles, add or otherwise change permissions and ban users for violations.

Conclusion

User permissions can be created, managed and modified at a variety of levels including the individual user level, the group level and levels based on assigned roles. Role-based access control (RBAC) is a widely used approach whereby permissions are assigned to roles and roles assigned to users. This type of system greatly simplifies access control while bolstering security.