<?xml version="1.0" encoding="UTF-8"?><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: Solving the web file permissions problem once and for all [Repost]	</title>
	<atom:link href="https://michaelsoriano.com/solving-the-web-file-permissions-problem-once-and-for-all-repost/feed/" rel="self" type="application/rss+xml" />
	<link>https://michaelsoriano.com/solving-the-web-file-permissions-problem-once-and-for-all-repost/</link>
	<description>I turn code into captivating user experiences for the web</description>
	<lastBuildDate>Wed, 16 Nov 2022 16:54:56 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.4</generator>
	<item>
		<title>
		By: chriskaya		</title>
		<link>https://michaelsoriano.com/solving-the-web-file-permissions-problem-once-and-for-all-repost/#comment-1840</link>

		<dc:creator><![CDATA[chriskaya]]></dc:creator>
		<pubDate>Mon, 20 Dec 2021 20:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=7100#comment-1840</guid>

					<description><![CDATA[Thx for mirroring this solution man!
And for keeping the original title
Every couple of years I&#039;m needing this, and I only remember the title (partly), and thank to you I was able to find it again ;)]]></description>
			<content:encoded><![CDATA[<p>Thx for mirroring this solution man!<br />
And for keeping the original title<br />
Every couple of years I&#8217;m needing this, and I only remember the title (partly), and thank to you I was able to find it again 😉</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Craig Finch		</title>
		<link>https://michaelsoriano.com/solving-the-web-file-permissions-problem-once-and-for-all-repost/#comment-1839</link>

		<dc:creator><![CDATA[Craig Finch]]></dc:creator>
		<pubDate>Tue, 14 Sep 2021 15:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=7100#comment-1839</guid>

					<description><![CDATA[Thank you for keeping this solution alive! I have one recommended change to the fstab. Your example shows the following permissions for all created files and directories:
create-with-perms=0770
Mode 0770 will allow the group that owns the web directory to have read, write, and execute permissions on all of the files in the directory. This approach may be a little too permissive. A safer approach is to restrict the group to read-only access, but specifically allow users to change directories. The syntax to accomplish this goal is documented in the bindfs man page, but not easy to find, so I&#039;m sharing it:
create-with-perms=0644:a+D
Created files will have mode 0644 but all created directories can be accessed by all users.]]></description>
			<content:encoded><![CDATA[<p>Thank you for keeping this solution alive! I have one recommended change to the fstab. Your example shows the following permissions for all created files and directories:<br />
create-with-perms=0770<br />
Mode 0770 will allow the group that owns the web directory to have read, write, and execute permissions on all of the files in the directory. This approach may be a little too permissive. A safer approach is to restrict the group to read-only access, but specifically allow users to change directories. The syntax to accomplish this goal is documented in the bindfs man page, but not easy to find, so I&#8217;m sharing it:<br />
create-with-perms=0644:a+D<br />
Created files will have mode 0644 but all created directories can be accessed by all users.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
