mirror of
https://sourceware.org/git/glibc.git
synced 2025-06-05 00:22:17 +03:00
NEWS: Move enable_secure_tunable from 2.39 to 2.40.
This commit is contained in:
parent
587a1290a1
commit
18a81441ba
10
NEWS
10
NEWS
@ -21,6 +21,11 @@ Major new features:
|
|||||||
by _GNU_SOURCE, or by compiling with the GCC options -std=c23,
|
by _GNU_SOURCE, or by compiling with the GCC options -std=c23,
|
||||||
-std=gnu23, -std=c2x or -std=gnu2x.
|
-std=gnu23, -std=c2x or -std=gnu2x.
|
||||||
|
|
||||||
|
* A new tunable, glibc.rtld.enable_secure, used to run a program
|
||||||
|
as if it were a setuid process. This is currently a testing tool to allow
|
||||||
|
more extensive verification tests for AT_SECURE programs and not meant to
|
||||||
|
be a security feature.
|
||||||
|
|
||||||
Deprecated and removed features, and other changes affecting compatibility:
|
Deprecated and removed features, and other changes affecting compatibility:
|
||||||
|
|
||||||
[Add deprecations, removals and changes affecting compatibility here]
|
[Add deprecations, removals and changes affecting compatibility here]
|
||||||
@ -103,11 +108,6 @@ Major new features:
|
|||||||
exp, expf, exp10, exp10f, exp2, exp2f, expm1, expm1f, log, logf,
|
exp, expf, exp10, exp10f, exp2, exp2f, expm1, expm1f, log, logf,
|
||||||
log10, log10f, log1p, log1pf, log2, log2f, sin, sinf, tan, tanf.
|
log10, log10f, log1p, log1pf, log2, log2f, sin, sinf, tan, tanf.
|
||||||
|
|
||||||
* A new tunable, glibc.rtld.enable_secure, used to run a program
|
|
||||||
as if it were a setuid process. This is currently a testing tool to allow
|
|
||||||
more extensive verification tests for AT_SECURE programs and not meant to
|
|
||||||
be a security feature.
|
|
||||||
|
|
||||||
Deprecated and removed features, and other changes affecting compatibility:
|
Deprecated and removed features, and other changes affecting compatibility:
|
||||||
|
|
||||||
* The ldconfig program now skips file names containing ';' or ending in
|
* The ldconfig program now skips file names containing ';' or ending in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user