<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/blog/rss.xsl" type="text/xsl" media="screen" ?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: macOS 26 guest user	</title>
	<atom:link href="https://cdn.jwz.org/blog/2026/03/macos-26-guest-user/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.jwz.org/blog/2026/03/macos-26-guest-user/</link>
	<description></description>
	<lastBuildDate>Tue, 17 Mar 2026 00:31:32 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/>
<atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/>
<atom:link rel="hub" href="https://websubhub.com/hub"/>
<atom:link rel="self" href="https://cdn.jwz.org/blog/2026/03/macos-26-guest-user/feed/"/>
	<item>
		<title>
		By: Tim		</title>
		<link>https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267599</link>

		<dc:creator><![CDATA[Tim]]></dc:creator>
		<pubDate>Tue, 17 Mar 2026 00:31:32 +0000</pubDate>
		<guid isPermaLink="false">https://jwz.org/b/yk4f#comment-267599</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267573&quot;&gt;jwz&lt;/a&gt;.

Seems likely to be a side effect of the way they&#039;ve restructured everything under the hood to support Signed System Volume.

SSV means that what appears to be a single root FS is actually several APFS volumes in a trenchcoat, all allocating space from a single APFS container. &#160;The main two are the SSV and the user data volume. &#160;System files that don&#039;t need to be writable live in the SSV, protected from online tampering by being mounted read-only and offline by cryptographic signatures.

The SSV is mounted at /, and the data volume at /System/Volumes/Data. &#160;Thus, the true path to the user templates is /System/Volumes/Data/Library/User Template. They came up with some kind of overlay scheme which presents individual data volume directories at their place in the filesystem hierarchy, so it&#039;s also visible at the traditional /Library/User Template path.

My best guess is that while FileVault is on (meaning full protection is enabled), they decided not to trust the mutable user templates as they&#039;re a kind of system file that has to be part of the R/W user data volume, and thus theoretically attackable.]]></description>
			<content:encoded><![CDATA[<div class="geolocation">United States</div>
<p>In reply to <a href="https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267573">jwz</a>.</p>
<p>Seems likely to be a side effect of the way they've restructured everything under the hood to support Signed System Volume.</p>
<p>SSV means that what appears to be a single root FS is actually several APFS volumes in a trenchcoat, all allocating space from a single APFS container. &nbsp;The main two are the SSV and the user data volume. &nbsp;System files that don't need to be writable live in the SSV, protected from online tampering by being mounted read-only and offline by cryptographic signatures.</p>
<p>The SSV is mounted at /, and the data volume at /System/Volumes/Data. &nbsp;Thus, the true path to the user templates is /System/Volumes/Data/Library/User Template. They came up with some kind of overlay scheme which presents individual data volume directories at their place in the filesystem hierarchy, so it's also visible at the traditional /Library/User Template path.</p>
<p>My best guess is that while FileVault is on (meaning full protection is enabled), they decided not to trust the mutable user templates as they're a kind of system file that has to be part of the R/W user data volume, and thus theoretically attackable.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: That Other Smartass Jon		</title>
		<link>https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267598</link>

		<dc:creator><![CDATA[That Other Smartass Jon]]></dc:creator>
		<pubDate>Mon, 16 Mar 2026 23:08:25 +0000</pubDate>
		<guid isPermaLink="false">https://jwz.org/b/yk4f#comment-267598</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267597&quot;&gt;tfb&lt;/a&gt;.

I don&#039;t remember it working like that but maybe I wasn&#039;t using File Vault back then.]]></description>
			<content:encoded><![CDATA[<div class="geolocation">United States</div>
<p>In reply to <a href="https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267597">tfb</a>.</p>
<p>I don't remember it working like that but maybe I wasn't using File Vault back then.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: tfb		</title>
		<link>https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267597</link>

		<dc:creator><![CDATA[tfb]]></dc:creator>
		<pubDate>Mon, 16 Mar 2026 22:20:22 +0000</pubDate>
		<guid isPermaLink="false">https://jwz.org/b/yk4f#comment-267597</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267595&quot;&gt;That Other Smartass Jon&lt;/a&gt;.

&lt;blockquote&gt;Perhaps if instead of File Vault encrypting the whole Data volume they had instead put each user&#039;s home directory in a separate encrypted disk image&lt;/blockquote&gt;
That is exactly how it used to work.]]></description>
			<content:encoded><![CDATA[<div class="geolocation">United Kingdom</div>
<p>In reply to <a href="https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267595">That Other Smartass Jon</a>.</p>
<blockquote><p>Perhaps if instead of File Vault encrypting the whole Data volume they had instead put each user's home directory in a separate encrypted disk image</p></blockquote>
<p>That is exactly how it used to work.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: That Other Smartass Jon		</title>
		<link>https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267595</link>

		<dc:creator><![CDATA[That Other Smartass Jon]]></dc:creator>
		<pubDate>Mon, 16 Mar 2026 20:09:32 +0000</pubDate>
		<guid isPermaLink="false">https://jwz.org/b/yk4f#comment-267595</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267574&quot;&gt;jon ellis&lt;/a&gt;.

If you want the Guest account to be more than just a web browser then you can&#039;t turn File Vault back on. The whole point of File Vault is that you need a password in order to decrypt the disk (or at least the Data volume which is where all the user writeable parts are stored), and Guest accounts don&#039;t have a password. If Guest accounts could just go ahead and access the disk anyway it would make File Vault pointless.

Perhaps if instead of File Vault encrypting the whole Data volume they had instead put each user&#039;s home directory in a separate encrypted disk image, then you could still have a more normal Guest account. But Apple didn&#039;t go that route.]]></description>
			<content:encoded><![CDATA[<div class="geolocation">United States</div>
<p>In reply to <a href="https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267574">jon ellis</a>.</p>
<p>If you want the Guest account to be more than just a web browser then you can't turn File Vault back on. The whole point of File Vault is that you need a password in order to decrypt the disk (or at least the Data volume which is where all the user writeable parts are stored), and Guest accounts don't have a password. If Guest accounts could just go ahead and access the disk anyway it would make File Vault pointless.</p>
<p>Perhaps if instead of File Vault encrypting the whole Data volume they had instead put each user's home directory in a separate encrypted disk image, then you could still have a more normal Guest account. But Apple didn't go that route.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nate		</title>
		<link>https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267584</link>

		<dc:creator><![CDATA[Nate]]></dc:creator>
		<pubDate>Mon, 16 Mar 2026 06:53:09 +0000</pubDate>
		<guid isPermaLink="false">https://jwz.org/b/yk4f#comment-267584</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267562&quot;&gt;Andre Louis&lt;/a&gt;.

then why are you commenting? jesus]]></description>
			<content:encoded><![CDATA[<div class="geolocation">France</div>
<p>In reply to <a href="https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267562">Andre Louis</a>.</p>
<p>then why are you commenting? jesus</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JP		</title>
		<link>https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267583</link>

		<dc:creator><![CDATA[JP]]></dc:creator>
		<pubDate>Mon, 16 Mar 2026 06:13:52 +0000</pubDate>
		<guid isPermaLink="false">https://jwz.org/b/yk4f#comment-267583</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267573&quot;&gt;jwz&lt;/a&gt;.

Oh wow what the fuck]]></description>
			<content:encoded><![CDATA[<div class="geolocation">Via Mastodon</div>
<p>In reply to <a href="https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267573">jwz</a>.</p>
<p>Oh wow what the fuck</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jwz		</title>
		<link>https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267582</link>

		<dc:creator><![CDATA[jwz]]></dc:creator>
		<pubDate>Mon, 16 Mar 2026 05:38:48 +0000</pubDate>
		<guid isPermaLink="false">https://jwz.org/b/yk4f#comment-267582</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267580&quot;&gt;TreeSeeker&lt;/a&gt;.

Oh I&#039;m still on 14, this was a new Mini for the office staff that came with. ]]></description>
			<content:encoded><![CDATA[<div class="geolocation">United States</div>
<p>In reply to <a href="https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267580">TreeSeeker</a>.</p>
<p>Oh I'm still on 14, this was a new Mini for the office staff that came with. </p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: TreeSeeker		</title>
		<link>https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267580</link>

		<dc:creator><![CDATA[TreeSeeker]]></dc:creator>
		<pubDate>Mon, 16 Mar 2026 05:21:46 +0000</pubDate>
		<guid isPermaLink="false">https://jwz.org/b/yk4f#comment-267580</guid>

					<description><![CDATA[I am holding off &quot;upgrading&quot; from Sequoia to Tahoe as long as possible. Curious your take now that you have.

I went down a rabbit hole using .mobileconfig files with policies to enforce the Guest User setup but didn&#039;t have a Tahoe system to experiment on to know if Tahoe changed anything from Sequoia that would break things.]]></description>
			<content:encoded><![CDATA[<div class="geolocation">United States</div>
<p>I am holding off "upgrading" from Sequoia to Tahoe as long as possible. Curious your take now that you have.</p>
<p>I went down a rabbit hole using .mobileconfig files with policies to enforce the Guest User setup but didn't have a Tahoe system to experiment on to know if Tahoe changed anything from Sequoia that would break things.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Arjen Haayman		</title>
		<link>https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267581</link>

		<dc:creator><![CDATA[Arjen Haayman]]></dc:creator>
		<pubDate>Mon, 16 Mar 2026 05:01:06 +0000</pubDate>
		<guid isPermaLink="false">https://jwz.org/b/yk4f#comment-267581</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267578&quot;&gt;jwz&lt;/a&gt;.

I know. Some people don&#039;t]]></description>
			<content:encoded><![CDATA[<div class="geolocation">Via Mastodon</div>
<p>In reply to <a href="https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267578">jwz</a>.</p>
<p>I know. Some people don't</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jwz		</title>
		<link>https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267578</link>

		<dc:creator><![CDATA[jwz]]></dc:creator>
		<pubDate>Mon, 16 Mar 2026 04:56:23 +0000</pubDate>
		<guid isPermaLink="false">https://jwz.org/b/yk4f#comment-267578</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267577&quot;&gt;Arjen Haayman&lt;/a&gt;.

We do what we must because we can. Also if I don&#039;t then the answer won&#039;t be there when I forget and do the search again.]]></description>
			<content:encoded><![CDATA[<div class="geolocation">Via Mastodon</div>
<p>In reply to <a href="https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267577">Arjen Haayman</a>.</p>
<p>We do what we must because we can. Also if I don't then the answer won't be there when I forget and do the search again.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Arjen Haayman		</title>
		<link>https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267577</link>

		<dc:creator><![CDATA[Arjen Haayman]]></dc:creator>
		<pubDate>Mon, 16 Mar 2026 04:51:22 +0000</pubDate>
		<guid isPermaLink="false">https://jwz.org/b/yk4f#comment-267577</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267573&quot;&gt;jwz&lt;/a&gt;.

this is soo stackoverflow to post the answer yourself 🤗]]></description>
			<content:encoded><![CDATA[<div class="geolocation">Via Mastodon</div>
<p>In reply to <a href="https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267573">jwz</a>.</p>
<p>this is soo stackoverflow to post the answer yourself 🤗</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jwz		</title>
		<link>https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267576</link>

		<dc:creator><![CDATA[jwz]]></dc:creator>
		<pubDate>Mon, 16 Mar 2026 04:50:02 +0000</pubDate>
		<guid isPermaLink="false">https://jwz.org/b/yk4f#comment-267576</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267575&quot;&gt;jwz&lt;/a&gt;.

So I guess if this is on a machine where file vault matters for other accounts, your plan B is to make a Guest2 user and rsync it back to template from cron.]]></description>
			<content:encoded><![CDATA[<div class="geolocation">Via Mastodon</div>
<p>In reply to <a href="https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267575">jwz</a>.</p>
<p>So I guess if this is on a machine where file vault matters for other accounts, your plan B is to make a Guest2 user and rsync it back to template from cron.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jwz		</title>
		<link>https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267575</link>

		<dc:creator><![CDATA[jwz]]></dc:creator>
		<pubDate>Mon, 16 Mar 2026 04:42:55 +0000</pubDate>
		<guid isPermaLink="false">https://jwz.org/b/yk4f#comment-267575</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267574&quot;&gt;jon ellis&lt;/a&gt;.

I believe file vault triggers the &quot;I am not a desktop&quot; response.]]></description>
			<content:encoded><![CDATA[<div class="geolocation">Via Mastodon</div>
<p>In reply to <a href="https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267574">jon ellis</a>.</p>
<p>I believe file vault triggers the "I am not a desktop" response.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jon ellis		</title>
		<link>https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267574</link>

		<dc:creator><![CDATA[jon ellis]]></dc:creator>
		<pubDate>Mon, 16 Mar 2026 04:27:53 +0000</pubDate>
		<guid isPermaLink="false">https://jwz.org/b/yk4f#comment-267574</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267573&quot;&gt;jwz&lt;/a&gt;.

do you ever get to turn filevault back on, or is it one or the other of guest users and file vault?]]></description>
			<content:encoded><![CDATA[<div class="geolocation">Via Mastodon</div>
<p>In reply to <a href="https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267573">jwz</a>.</p>
<p>do you ever get to turn filevault back on, or is it one or the other of guest users and file vault?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jwz		</title>
		<link>https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267573</link>

		<dc:creator><![CDATA[jwz]]></dc:creator>
		<pubDate>Mon, 16 Mar 2026 04:09:42 +0000</pubDate>
		<guid isPermaLink="false">https://jwz.org/b/yk4f#comment-267573</guid>

					<description><![CDATA[Turns out the answer is: turn off file vault; reboot; turn off guest user; reboot again; turn on guest user.

If you don&#039;t do all of that, the guest user goes into some horrid, kiosky &quot;I am an iPad instead of a computer&quot; mode.]]></description>
			<content:encoded><![CDATA[<div class="geolocation">Via Mastodon</div>
<p>Turns out the answer is: turn off file vault; reboot; turn off guest user; reboot again; turn on guest user.</p>
<p>If you don't do all of that, the guest user goes into some horrid, kiosky "I am an iPad instead of a computer" mode.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kaz		</title>
		<link>https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267567</link>

		<dc:creator><![CDATA[kaz]]></dc:creator>
		<pubDate>Sun, 15 Mar 2026 23:40:45 +0000</pubDate>
		<guid isPermaLink="false">https://jwz.org/b/yk4f#comment-267567</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267562&quot;&gt;Andre Louis&lt;/a&gt;.

You must be new here.]]></description>
			<content:encoded><![CDATA[<div class="geolocation">United States</div>
<p>In reply to <a href="https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267562">Andre Louis</a>.</p>
<p>You must be new here.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andre Louis		</title>
		<link>https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267562</link>

		<dc:creator><![CDATA[Andre Louis]]></dc:creator>
		<pubDate>Sun, 15 Mar 2026 17:30:02 +0000</pubDate>
		<guid isPermaLink="false">https://jwz.org/b/yk4f#comment-267562</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267561&quot;&gt;jwz&lt;/a&gt;.

I hadn&#039;t because:
1. I was upstairs looking at it over the network from a windows machine
and
2. I didn&#039;t even know this thing existed until your post today.]]></description>
			<content:encoded><![CDATA[<div class="geolocation">Via Mastodon</div>
<p>In reply to <a href="https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267561">jwz</a>.</p>
<p>I hadn't because:<br />
1. I was upstairs looking at it over the network from a windows machine<br />
and<br />
2. I didn't even know this thing existed until your post today.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jwz		</title>
		<link>https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267561</link>

		<dc:creator><![CDATA[jwz]]></dc:creator>
		<pubDate>Sun, 15 Mar 2026 17:28:55 +0000</pubDate>
		<guid isPermaLink="false">https://jwz.org/b/yk4f#comment-267561</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267547&quot;&gt;Andre Louis&lt;/a&gt;.

Tell me you haven&#039;t actually tried it without telling me that you haven&#039;t actually tried it.]]></description>
			<content:encoded><![CDATA[<div class="geolocation">Via Mastodon</div>
<p>In reply to <a href="https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267547">Andre Louis</a>.</p>
<p>Tell me you haven't actually tried it without telling me that you haven't actually tried it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Martin Marconcini		</title>
		<link>https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267548</link>

		<dc:creator><![CDATA[Martin Marconcini]]></dc:creator>
		<pubDate>Sun, 15 Mar 2026 11:34:19 +0000</pubDate>
		<guid isPermaLink="false">https://jwz.org/b/yk4f#comment-267548</guid>

					<description><![CDATA[you have to buy a new Mac for every guest user. Profit.]]></description>
			<content:encoded><![CDATA[<div class="geolocation">Via Mastodon</div>
<p>you have to buy a new Mac for every guest user. Profit.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andre Louis		</title>
		<link>https://www.jwz.org/blog/2026/03/macos-26-guest-user/#comment-267547</link>

		<dc:creator><![CDATA[Andre Louis]]></dc:creator>
		<pubDate>Sun, 15 Mar 2026 10:42:55 +0000</pubDate>
		<guid isPermaLink="false">https://jwz.org/b/yk4f#comment-267547</guid>

					<description><![CDATA[Just checked my system and there&#039;s an alias there that points to /Library/ not /System/Library/, so I guess that&#039;s the new location?]]></description>
			<content:encoded><![CDATA[<div class="geolocation">Via Mastodon</div>
<p>Just checked my system and there's an alias there that points to /Library/ not /System/Library/, so I guess that's the new location?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
