Skip to content

Commit

Permalink
restrain users permision
Browse files Browse the repository at this point in the history
  • Loading branch information
ljblancoredborder committed Jun 14, 2024
1 parent ad3a03c commit 02803cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/providers/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
end

execute 'create_user' do
command '/usr/sbin/useradd -r minio'
command '/usr/sbin/useradd -r minio -s /sbin/nologin'
ignore_failure true
not_if 'getent passwd minio'
end
Expand Down

0 comments on commit 02803cb

Please sign in to comment.