Skip to content

Commit

Permalink
readme: update with note about OnlySupported mode (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig authored Jan 29, 2023
1 parent a50f801 commit ba52c68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ of safety is configured by passing either `Mandatory` or `Try`.

- `Mandatory` : return an error is Landlock is unsupported or activation causes an error
- `Try` : continue without error regardless if landlock is supported or working
- `OnlySupported` : like `Mandatory`, but returns no error if the operating system does not support landlock

Once a process has been locked, it cannot be unlocked. Any descendent processes of the
locked process will also be locked, and cannot be unlocked. A child process can further
Expand Down

0 comments on commit ba52c68

Please sign in to comment.