Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
55839cbe
Commit
55839cbe
authored
Mar 19, 2001
by
Brian Wellington
Browse files
Linux 2.2.18 supports the prctl() call necessary for running setuid.
parent
6c6af610
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/named/unix/os.c
View file @
55839cbe
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: os.c,v 1.4
0
2001/0
2/24 23:06:34
bwelling Exp $ */
/* $Id: os.c,v 1.4
1
2001/0
3/19 22:41:22
bwelling Exp $ */
#include <config.h>
#include <stdarg.h>
...
...
@@ -377,7 +377,7 @@ ns_os_changeuser(void) {
#endif
ns_main_earlyfatal
(
"-u not supported on Linux kernels older than "
"2.3.99-pre3 when using threads"
);
"2.3.99-pre3
or 2.2.18
when using threads"
);
#endif
if
(
setgid
(
runas_pw
->
pw_gid
)
<
0
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment