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

推荐订阅源

美团技术团队
阮一峰的网络日志
阮一峰的网络日志
T
The Blog of Author Tim Ferriss
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
宝玉的分享
宝玉的分享
L
LangChain Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Last Week in AI
Last Week in AI
博客园 - 司徒正美
M
MIT News - Artificial intelligence
人人都是产品经理
人人都是产品经理
WordPress大学
WordPress大学
B
Blog RSS Feed
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - Franky
B
Blog
V
V2EX
J
Java Code Geeks
D
Docker
博客园 - 叶小钗
The Cloudflare Blog
量子位
博客园_首页
MongoDB | Blog
MongoDB | Blog

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.