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
bb99a72b
Commit
bb99a72b
authored
May 20, 2005
by
Mark Andrews
Browse files
1838. [cleanup] Don't allow Linux capabilities to be inherited.
[RT #13707]
parent
3b4405ab
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
bb99a72b
...
...
@@ -71,7 +71,8 @@
1839. [bug] <isc/hash.h> was not being installed.
1838. [placeholder] rt13707
1838. [cleanup] Don't allow Linux capabilities to be inherited.
[RT #13707]
1837. [bug] Compile time option ISC_FACILITY was not effective
for 'named -u <user>'. [RT #13714]
...
...
bin/named/unix/os.c
View file @
bb99a72b
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: os.c,v 1.7
4
2005/0
4
/2
7
0
4:56:02 sr
a Exp $ */
/* $Id: os.c,v 1.7
5
2005/0
5
/2
0
0
1:37:03 mark
a Exp $ */
/*! \file */
...
...
@@ -164,7 +164,7 @@ linux_setcaps(unsigned int caps) {
memset
(
&
cap
,
0
,
sizeof
(
cap
));
cap
.
effective
=
caps
;
cap
.
permitted
=
caps
;
cap
.
inheritable
=
caps
;
cap
.
inheritable
=
0
;
if
(
syscall
(
SYS_capset
,
&
caphead
,
&
cap
)
<
0
)
{
isc__strerror
(
errno
,
strbuf
,
sizeof
(
strbuf
));
ns_main_earlyfatal
(
"capset failed: %s:"
...
...
doc/private/branches
View file @
bb99a72b
...
...
@@ -32,8 +32,8 @@ rt13587 review
rt13606 open marka // TSIG SHA256
rt13662 new
rt13694 new
rt13707
new
rt13714
13714
rt13707
closed
rt13714
closed
rt13753 new
rt13754 new
rt13771 new
...
...
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