[libcxx-commits] [PATCH] D110938: [libcxx][utils] Note read only mount and ptrace permission in container script
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Oct 4 10:26:29 PDT 2021
ldionne requested changes to this revision.
ldionne added a comment.
This revision now requires changes to proceed.
Is the mount really read-only? I'm pretty sure I can modify files from within the Docker image and vice-versa, and everything works. Am I misunderstanding what you mean by read-only mounted?
Also, is there a reason to not always pass `--cap-add=SYS_PTRACE`?
Requesting changes so it shows up in my review queue.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110938/new/
https://reviews.llvm.org/D110938
More information about the libcxx-commits
mailing list