diff options
author | John Turner <jturner.usa@gmail.com> | 2025-08-27 00:37:54 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-08-27 00:37:54 -0400 |
commit | b7228c9dcb3a0ae469a1f997323492c893a988e3 (patch) | |
tree | 7360a0a0368307cc1cd1f06c892a975606385d40 | |
parent | 02c983dd00bc7d3242c483b223f2d634f1822602 (diff) | |
download | website-b7228c9dcb3a0ae469a1f997323492c893a988e3.tar.gz |
add notice about possibly being wrong about some things
-rw-r--r-- | blog/access-control.org | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/blog/access-control.org b/blog/access-control.org index 65b95a2..d590d71 100644 --- a/blog/access-control.org +++ b/blog/access-control.org @@ -1,6 +1,8 @@ * Access Control On the Linux desktop, most people are running apps with zero access control enforced, meaning that running the Discord client for example, can ~rm -rf ${HOME}~ or slurp up your private data such as your ssh keys. This is not great, but there are several options available to address this problem. +Some of the information I shared here could be incorrect. Please contact me and let me know if anything is wrong, I am not an expert on any of these subjects. + * Example Program I'm going to use weechat as an example of a program that we want to isolate from the rest of the system. It's simple but not trivial, and touches a lot of commonly shared directories like ~XDG_CONFIG_DIR~, ~XDG_STATE_DIR~ and similar. |