On Wed, Jan 30, 2019 at 09:24:51AM +1100, Brendan Webb wrote:
On 30/01/2019 9:18 am, fosslinux@tilde.team wrote:
On Tue, Jan 29, 2019 at 04:15:32PM -0500, cmccabe wrote:
~team,
A brief administrative note: as a prophylactic security measure, we've run chmod -R go-w on everything under the /home directory. If you intentionally had files or directories that extended write privileges to Group or Other, you will need to re-set those now.
So does this affect the tilde launcher, and any submitted scripts?
I'm pretty sure it won't, they don't need to be writable by other users.
However, if your script uses a database, for example, you'll likely need to make it writable (chmod go+w database.db).