jssmith / ssqlite

Serverless SQLite Experiments
6 stars 3 forks source link

removing a directory with inappropriate permissions #20

Open convolvatron opened 6 years ago

convolvatron commented 6 years ago

this is likely a server issue, but on linux I created a directory owned by uid 0, and presented credentials as 65534 - I guess the anonymous user

when trying to create a file in the directory, the server rejected the operation because of permissions, but I was able to remove the (empty) directory.