You are not logged in.
Hi all,
The external disk is Ext4 formatted, and contains some sensitive stuff. I will carry it around a bit, but use it solely on my own computers. I'm using xfce4 exlusively on all my computers.
The thing automounts as root to
/run/media/me/External_diskSo this is what I did permission-wise:
chown -R me:me /run/media/me/External_diskso every folder inside 'External_disk' is owned by me as regular user. On top of that i did
chmod -R 700 /run/media/me/External_diskThis seems to work fine as in I can create directories inside 'External_disk´ as user, however:
-- Any ideas against this regarding security or permissions? And if so ->
--Suggestions?
--Should I just loose myself in the wiki's?
Thanks in advance....
Last edited by jocheem67 (2021-04-27 03:20:59)
Offline
If you carry it around, and it contains sensitive stuff, then I wouldn't worry about setting permissions on the mountpoint: encrypt the disk.
Offline
I will look into encryprion. But isf i´d choose not to use encryption: what's your assessment on my permssions?
Offline
If the drive isn't encrypted then permissions won't make the slightest bit of difference, anyone can just boot a live distro and mount it with whatever permissions they want.
Offline
Ok then..I didn't think of that. Thanks for your input.
Last edited by jocheem67 (2021-04-27 03:21:40)
Offline