is keyhelp modifying ownership to be www-data:user?

Have you discovered a bug? Tell us about it.
Post Reply
superrandom
Posts: 10
Joined: Tue 16. Jun 2020, 20:33

is keyhelp modifying ownership to be www-data:user?

Post by superrandom »

I'm sure the cause of the problem is within KeyHelp - how could ANYONE be sure? I can't read the source code. I didn't write the thing. Jeez, take a chill pill.
(Problems not related to KeyHelp belong in the Offtopic forum)


Server operating system + version
Debian GNU/Linux 11 (bullseye)


Server virtualization technology used
None


KeyHelp version + build number
24.1 (Build 3285)


Problem description / error messages
Something keeps screwing with file ownership in /home, even when I create the user outside of keyhelp. It's always `www-data:<user>` after a few minutes. Is that keyhelp?!

Expected result


Actual result


Steps to reproduce


Additional information
No recent changes.
User avatar
Alexander
Keyweb AG
Posts: 4448
Joined: Wed 20. Jan 2016, 02:23

Re: is keyhelp modifying ownership to be www-data:user?

Post by Alexander »

Jeez, take a chill pill.
Wow...
Something keeps screwing with file ownership in /home, even when I create the user outside of keyhelp. It's always `www-data:<user>` after a few minutes. Is that keyhelp?!
No.

These are the default privileges in the corresponding folders. - As you see, no www-data:<user> besides KeyHelps own folder.

Code: Select all

ls -la /

drwxr-xr-x   4 root    root          4096 Nov 21  2022 home

Code: Select all

ls -la /home

drwxr-x---  8 keyhelp www-data 4096 Nov  6  2023 keyhelp
drwxr-xr-x 10 root    root     4096 Jun  7 11:08 users

Code: Select all

ls -la /home/users

drwxr-xr-x 10 root root 4096 Mär 20 08:56 alex
Mit freundlichen Grüßen / Best regards
Alexander Mahr

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Post Reply