Skip to content

Commit

Permalink
fix: all mount info comes from /sys/fs/cgroup/
Browse files Browse the repository at this point in the history
  • Loading branch information
johntaiko committed Sep 30, 2024
1 parent 106ff35 commit b0a779f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions provers/sgx/config/sgx-guest.docker.manifest.template
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ fs.mounts = [
{ path = "/root/.config/raiko/config", uri = "file:/root/.config/raiko/config" },
{ path = "/proc/self/mountinfo", uri = "file:/proc/self/mountinfo" },
{ path = "/proc/self/cgroup", uri = "file:/proc/self/cgroup" },
{ path = "/sys/fs/cgroup/", uri = "file:/sys/fs/cgroup/" },
{ path = "/root/.config/raiko/secrets", uri = "file:/root/.config/raiko/secrets", type = "encrypted", key_name = "_sgx_mrenclave" },
]
sgx.allowed_files = [
Expand Down

0 comments on commit b0a779f

Please sign in to comment.