Skip to content

Commit

Permalink
Fix: broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementNerma committed Oct 5, 2024
1 parent 8b990aa commit a111072
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/specs/boot-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ If the provided username and password are valid, it then does the following:

The user session is then opened by calling the relevant system component.

Note that the BOOT2 partition is read-only except to the [system user](../concepts/users.md#users-type) itself.
Note that the BOOT2 partition is read-only except to the [system user](../concepts/users.md#user-permissions-level) itself.

It is only updated through the [system update process](update-processes.md#system-updates) and when rollbacked.
2 changes: 1 addition & 1 deletion docs/specs/permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ _NOTE:_ Permissions are specific to the current user (the AUC is not taken in ac

## User privileges

Some permissions require the user to be an [administrator](../concepts/users.md#users-type). These permissions are marked in this document with an `{A}`.
Some permissions require the user to be an [administrator](../concepts/users.md#user-permissions-level). These permissions are marked in this document with an `{A}`.

## List of permissions

Expand Down
2 changes: 1 addition & 1 deletion docs/specs/storage-permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Each item (identified by its [FEID](filesystem.md#element-unique-identifier)) us
- Items in a `/home/<xxx>` directory are only available to the `xxx` user.
- Items in a `/mnt/<xxx>` directory can be available to various users depending on the mount options.

Note that an exception is made for the [system user](../concepts/users.md#users-type) which gets access to every single file.
Note that an exception is made for the [system user](../concepts/users.md#user-permissions-level) which gets access to every single file.

These are the default permissions, but it's possible to restrict or extend permissions based on a **Storage Permissions Map** (or **SPM**).

Expand Down

0 comments on commit a111072

Please sign in to comment.