Benjamin_Loison commented on issue Benjamin_Loison/linux#41 2024-11-08 01:53:55 +01:00
Avoid users to see commands executed by others
grep proc /etc/fstab

does not return anything.

Benjamin_Loison commented on issue Benjamin_Loison/linux#41 2024-11-08 01:53:13 +01:00
Avoid users to see commands executed by others
sudo reboot
mount 
Benjamin_Loison commented on issue Benjamin_Loison/linux#41 2024-11-08 01:49:13 +01:00
Avoid users to see commands executed by others
mount /proc -o remount,hidepid=2

does not return anything.

mount 
Benjamin_Loison commented on issue Benjamin_Loison/linux#42 2024-11-08 01:41:48 +01:00
List files a user can see names of and contents
head /file.swap 
head: cannot open '/file.swap' for reading: Permission denied
Benjamin_Loison opened issue Benjamin_Loison/linux#43 2024-11-08 01:37:29 +01:00
Can regular user check previous erased data on disk?
Benjamin_Loison commented on issue Benjamin_Loison/linux#42 2024-11-08 01:27:40 +01:00
List files a user can see names of and contents
chmod o-rx -R .

seems to meet my needs.

Benjamin_Loison commented on issue Benjamin_Loison/linux#42 2024-11-08 01:25:55 +01:00
List files a user can see names of and contents

DuckDuckGo search Linux chmod remove permissions.

Benjamin_Loison commented on issue Benjamin_Loison/linux#42 2024-11-08 01:23:41 +01:00
List files a user can see names of and contents
ls /var/log/
Output:
alternatives.log        apt                    cron.log.4.gz    dpkg.log.7.gz   letsencrypt    syslog         xrdp.log.1.gz…
Benjamin_Loison commented on issue Benjamin_Loison/linux#42 2024-11-08 01:21:11 +01:00
List files a user can see names of and contents
tree /var/spool/cron/
Output:
/var/spool/cron/
├── atjobs  [error opening dir]
├── atspool  [error opening dir]
└──…
Benjamin_Loison commented on issue Benjamin_Loison/linux#42 2024-11-08 01:20:22 +01:00
List files a user can see names of and contents
tree /var/www/
<details>
<summary>Output:</summary>

/var/www/ [error opening dir]

0 directories, 1 file

</details>
Benjamin_Loison commented on issue Benjamin_Loison/linux#41 2024-11-08 01:14:13 +01:00
Avoid users to see commands executed by others

Issue raised in the Unix Stack Exchange questions 454807 and 17164.

Benjamin_Loison commented on issue Benjamin_Loison/linux#41 2024-11-08 01:10:57 +01:00
Avoid users to see commands executed by others

DuckDuckGo search Linux users to see commands executed by others.

Benjamin_Loison opened issue Benjamin_Loison/linux#42 2024-11-08 01:04:51 +01:00
List files a user can see names of and contents
Benjamin_Loison opened issue Benjamin_Loison/linux#41 2024-11-08 01:04:04 +01:00
Avoid users to see commands executed by others
Benjamin_Loison opened issue Benjamin_Loison/xviewer#6 2024-11-07 15:02:36 +01:00
*Rotate the image 90 degrees to the {left,right}* and <kbd>ctrl</kbd> + <kbd>s</kbd> results in *The image [...] has been modified by an external application.*
Benjamin_Loison commented on issue Benjamin_Loison/linux#40 2024-11-04 17:43:37 +01:00
User basis /etc/hosts

The Unix Stack Exchange answer 104511 does not work in my case with both 54.37.228.22 lemnoslife.com and lemnoslife.com 54.37.228.22.

Benjamin_Loison commented on issue Benjamin_Loison/linux#40 2024-11-04 17:41:17 +01:00
User basis /etc/hosts

Could try changing the DNS source on the user configuration.

Benjamin_Loison commented on issue Benjamin_Loison/linux#40 2024-11-04 17:37:55 +01:00
User basis /etc/hosts

DuckDuckGo search /etc/hosts per user.