Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audit root directories that should be created in /srv/fluffi/data/ftp/files/ #103

Closed
maverickwoo opened this issue Mar 1, 2020 · 0 comments · Fixed by #124
Closed

Audit root directories that should be created in /srv/fluffi/data/ftp/files/ #103

maverickwoo opened this issue Mar 1, 2020 · 0 comments · Fixed by #124
Assignees
Labels
bug Something isn't working reproduced We have reproduced the issue

Comments

@maverickwoo
Copy link

Due to this step:

chmod 555 /srv/fluffi/data/ftp/files

it is not possible to create a new root directory in ftp.fluffi using the FTP protocol. As a consequence, we would create new missing root directories via terminal work on the host of the containers.

So far, we have already discovered three more missing directories. A code audit may identify others. From our current provision script:

mkdir -p \
  /srv/fluffi/data/dnsmasq \
  /srv/fluffi/data/ftp/files/fluffi/linux/{x64,x86,arm32,arm64} \
  /srv/fluffi/data/ftp/files/fluffi/windows/{x64,x86} \
  /srv/fluffi/data/ftp/files/{SUT,archive} `# BUG` \
  /srv/fluffi/data/ftp/files/initial/linux/activePackages `# BUG` \
  /srv/fluffi/data/tftp
@p0wer0xff p0wer0xff added bug Something isn't working reproduced We have reproduced the issue labels Apr 2, 2020
@p0wer0xff p0wer0xff linked a pull request Apr 2, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working reproduced We have reproduced the issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants