Skip to content

Commit beccb43

Browse files
committed
Change minimum UID from 500 to 1000 (bsc#1262458)
1 parent 09b0dd7 commit beccb43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/Security.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def init_settings
145145
"DISABLE_STOP_ON_REMOVAL" => "no",
146146
"RUN_UPDATEDB_AS" => "nobody",
147147
"UID_MAX" => "60000",
148-
"UID_MIN" => "500",
148+
"UID_MIN" => "1000",
149149
"SYS_UID_MAX" => "499",
150150
"SYS_UID_MIN" => "100",
151151
"SYS_GID_MAX" => "499",

0 commit comments

Comments
 (0)