<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Privilege Boundary on Nalar</title>
    <link>https://nalar.dev/tags/privilege-boundary/</link>
    <description>Recent content in Privilege Boundary on Nalar</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 19 Sep 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://nalar.dev/tags/privilege-boundary/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>no_new_privs Blocks Exec-Time Privilege Gain</title>
      <link>https://nalar.dev/no-new-privs-blocks-exec-time-privilege-gain/</link>
      <pubDate>Sat, 19 Sep 2026 00:00:00 +0000</pubDate>
      <guid>https://nalar.dev/no-new-privs-blocks-exec-time-privilege-gain/</guid>
      <description>&lt;p&gt;A service may need to execute helper programs after it has accepted untrusted input. If one of those programs is set-user-ID, set-group-ID, or carries file capabilities, a normal &lt;code&gt;execve()&lt;/code&gt; can cross a privilege boundary even when the calling process itself has no intent to acquire extra authority. Linux &lt;code&gt;no_new_privs&lt;/code&gt; changes that transition: once set for a thread, later &lt;code&gt;execve()&lt;/code&gt; calls cannot grant privileges that were absent from the caller at the point of execution.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
