Skip to content

Commit

Permalink
F OpenNebula#4089: Update sudoers.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian González committed Mar 4, 2020
1 parent 6b603d9 commit 2fe17a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion share/sudoers/sudoers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ def initialize(lib_location)
'ip'
],
:MARKET => %W[#{lib_location}/sh/create_container_image.sh],
:FC => %w[/usr/bin/jailer mount umount rmdir cp mkdir rm]
:FC => %w[/usr/bin/jailer
mount
/var/tmp/one/vmm/firecracker/map_context.sh
/var/tmp/one/vmm/firecracker/clean.sh]
}
end

Expand Down

0 comments on commit 2fe17a7

Please sign in to comment.