How to "protect" website folders ? #2

Open
opened 2021-05-05 14:54:19 +02:00 by koalp · 0 comments
Owner

Write/read operations should be limited to wesites folders :

website1.tld.example -> /var/lib/feuille/70914be6-8b8e-4a43-9a77-f2b7d335245c
website1.tld.example -> /var/lib/feuille/4f9b2043-9de3-44a0-9625-33f7d9562409
…

How to avoid someone accessing /var/lib/feuille/my_secret_file when going on website1.tld.example/../my_secret_file.

Is it possible to write this file the API ?

Write/read operations should be limited to wesites folders : ``` website1.tld.example -> /var/lib/feuille/70914be6-8b8e-4a43-9a77-f2b7d335245c website1.tld.example -> /var/lib/feuille/4f9b2043-9de3-44a0-9625-33f7d9562409 … ``` How to avoid someone accessing `/var/lib/feuille/my_secret_file` when going on `website1.tld.example/../my_secret_file`. Is it possible to write this file the API ?
koalp added the
priority
critical
status
review_needed
type
discussion
labels 2021-05-05 14:54:19 +02:00
Sign in to join this conversation.
No description provided.