Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Sohan Kunkerkar <sohank2602@gmail.com>
  • Loading branch information
sohankunkerkar committed Apr 23, 2024
1 parent b5b0404 commit 8065c98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/container_create_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -956,8 +956,8 @@ func disableFipsForContainer(ctr ctrfactory.Container, containerDir string) erro
ctr.SpecAddMount(rspec.Mount{
Destination: "/proc/sys/crypto/fips_enabled",
Source: fileName,
Type: "tmpfs",
Options: []string{"noexec", "nosuid", "nodev", "ro"},
Type: "bind",
Options: []string{"noexec", "nosuid", "nodev", "ro", "bind"},
})

return nil
Expand Down

0 comments on commit 8065c98

Please sign in to comment.