Skip to content

Commit

Permalink
notebook: add section for user_namespace security class
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Göttsche <[email protected]>
Reviewed-by: Daniel Burgener <[email protected]>
Reviewed-by: Stephen Smalley <[email protected]>
Signed-off-by: Paul Moore <[email protected]>
  • Loading branch information
cgzones authored and pcmoore committed Jul 27, 2023
1 parent 4b50402 commit 34f8600
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/object_classes_permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
- [*key*](#key)
- [*memprotect*](#memprotect)
- [*binder*](#binder)
- [*user_namespace*](#user_namespace)
- [Capability Object Classes](#capability-object-classes)
- [*capability*](#capability)
- [*capability2*](#capability2)
Expand Down Expand Up @@ -2143,6 +2144,16 @@ Manage the Binder IPC service.
- Transfer a binder reference to another process (can A transfer a binder
reference to B?).

### *user_namespace*

Manage user namespaces.

**Permission** - 1 unique permission:

*create*

- Create a new user namespace.

## Capability Object Classes

### *capability*
Expand Down

0 comments on commit 34f8600

Please sign in to comment.