total 360K
drwx--x---+ 32 benjamin_loison benjamin_loison 4.0K Jan 23 15:22 .
drwxr-xr-x 3 root root 4.0K Jan 16 14:59 ..
drwxr-x--- 2 benjamin_loison benjamin_loison 4.0K Jan 13 01:16 .android
drwxr-xr-x 3 benjamin_loison benjamin_loison 4.0K Jan 13 00:29 android
...
on Debian 12 GNOME.
What does precisely + mean? It is for ACL if I remember correctly but what is more precisely under the hood?
```bash
ls -lah ~
```
<details>
<summary>Output:</summary>
```
total 360K
drwx--x---+ 32 benjamin_loison benjamin_loison 4.0K Jan 23 15:22 .
drwxr-xr-x 3 root root 4.0K Jan 16 14:59 ..
drwxr-x--- 2 benjamin_loison benjamin_loison 4.0K Jan 13 01:16 .android
drwxr-xr-x 3 benjamin_loison benjamin_loison 4.0K Jan 13 00:29 android
...
```
</details>
on Debian 12 GNOME.
What does precisely `+` mean? It is for ACL if I remember correctly but what is more precisely under the hood?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
See the Tchap message:
Output:
on Debian 12 GNOME.
What does precisely
+mean? It is for ACL if I remember correctly but what is more precisely under the hood?So
chmod 700 /home/user/is enough, according to the Tchap message:Related to Benjamin_Loison/flatpak/issues/7#issuecomment-3125159.