ALT Linux Bugzilla
– Attachment 13053 Details for
Bug 45710
Невозможно использование firetools от имени обычного пользователя
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
fix patch - waring вместо error, 500 вместо 1000
patch_uid_min.patch (text/plain), 540 bytes, created by
Alexander
on 2023-04-28 17:37:39 MSK
(
hide
)
Description:
fix patch - waring вместо error, 500 вместо 1000
Filename:
MIME Type:
Creator:
Alexander
Created:
2023-04-28 17:37:39 MSK
Size:
540 bytes
patch
obsolete
>--- firejail-0.9.72/src/lib/firejail_user.c.orig 2023-04-28 15:59:57.575378103 +0300 >+++ firejail-0.9.72/src/lib/firejail_user.c 2023-04-28 15:59:57.575378103 +0300 >@@ -87,9 +87,9 @@ static void init_uid_gid_min(void) { > return; > > errexit: >- fprintf(stderr, "Error: cannot read UID_MIN and/or GID_MIN from /etc/login.defs, using 1000 by default\n"); >- uid_min = 1000; >- gid_min = 1000; >+ fprintf(stderr, "Warning: cannot read UID_MIN and/or GID_MIN from /etc/login.defs, using 500 by default\n"); >+ uid_min = 500; >+ gid_min = 500; > } > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 45710
: 13053