diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,10 +15,10 @@ and how could it make itself a permanent home on your computer? With `poetry-restrict-plugin`, that looks as follows: ```sh -$ ~/.local/bin/poetry run cat ~/.ssh/config +$ poetry run cat ~/.ssh/config poetry-restrict-plugin: Landlock engaged. cat: /home/jc/.ssh/config: Permission denied -$ ~/.local/bin/poetry run ls ~/.ssh +$ poetry run ls ~/.ssh poetry-restrict-plugin: Landlock engaged. ls: cannot open directory '/home/jc/.ssh': Permission denied ``` |