public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] NEWS: Move enable_secure_tunable from 2.39 to 2.40.
@ 2024-02-29 21:46 Joe Simmons-Talbott
  2024-03-01 15:18 ` Siddhesh Poyarekar
  0 siblings, 1 reply; 3+ messages in thread
From: Joe Simmons-Talbott @ 2024-02-29 21:46 UTC (permalink / raw)
  To: libc-alpha; +Cc: Joe Talbott

From: Joe Talbott <joetalbott@gmail.com>

---
 NEWS | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/NEWS b/NEWS
index 19f4e93ea3..da4b2223e9 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,11 @@ Major new features:
   by _GNU_SOURCE, or by compiling with the GCC options -std=c23,
   -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:
 
   [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,
   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:
 
 * The ldconfig program now skips file names containing ';' or ending in
-- 
2.43.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] NEWS: Move enable_secure_tunable from 2.39 to 2.40.
  2024-02-29 21:46 [PATCH] NEWS: Move enable_secure_tunable from 2.39 to 2.40 Joe Simmons-Talbott
@ 2024-03-01 15:18 ` Siddhesh Poyarekar
  2024-03-01 17:39   ` Joe Simmons-Talbott
  0 siblings, 1 reply; 3+ messages in thread
From: Siddhesh Poyarekar @ 2024-03-01 15:18 UTC (permalink / raw)
  To: Joe Simmons-Talbott, libc-alpha; +Cc: Joe Talbott

On 2024-02-29 16:46, Joe Simmons-Talbott wrote:
> From: Joe Talbott <joetalbott@gmail.com>
> 
> ---

This is a trivial fix, please push.

Thanks,
Sid


>   NEWS | 10 +++++-----
>   1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/NEWS b/NEWS
> index 19f4e93ea3..da4b2223e9 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -21,6 +21,11 @@ Major new features:
>     by _GNU_SOURCE, or by compiling with the GCC options -std=c23,
>     -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:
>   
>     [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,
>     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:
>   
>   * The ldconfig program now skips file names containing ';' or ending in

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] NEWS: Move enable_secure_tunable from 2.39 to 2.40.
  2024-03-01 15:18 ` Siddhesh Poyarekar
@ 2024-03-01 17:39   ` Joe Simmons-Talbott
  0 siblings, 0 replies; 3+ messages in thread
From: Joe Simmons-Talbott @ 2024-03-01 17:39 UTC (permalink / raw)
  To: Siddhesh Poyarekar; +Cc: libc-alpha, Joe Talbott

On Fri, Mar 1, 2024 at 10:18 AM Siddhesh Poyarekar <siddhesh@gotplt.org> wrote:
>
> On 2024-02-29 16:46, Joe Simmons-Talbott wrote:
> > From: Joe Talbott <joetalbott@gmail.com>
> >
> > ---
>
> This is a trivial fix, please push.

Ack.  Pushed.

Thanks,
Joe
>
> Thanks,
> Sid
>
>
> >   NEWS | 10 +++++-----
> >   1 file changed, 5 insertions(+), 5 deletions(-)
> >
> > diff --git a/NEWS b/NEWS
> > index 19f4e93ea3..da4b2223e9 100644
> > --- a/NEWS
> > +++ b/NEWS
> > @@ -21,6 +21,11 @@ Major new features:
> >     by _GNU_SOURCE, or by compiling with the GCC options -std=c23,
> >     -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:
> >
> >     [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,
> >     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:
> >
> >   * The ldconfig program now skips file names containing ';' or ending in
>


-- 
Joe Simmons-Talbott


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-01 17:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-29 21:46 [PATCH] NEWS: Move enable_secure_tunable from 2.39 to 2.40 Joe Simmons-Talbott
2024-03-01 15:18 ` Siddhesh Poyarekar
2024-03-01 17:39   ` Joe Simmons-Talbott

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).