]> Sergey Matveev's repositories - public-inbox.git/commit
script/lei: umask(077) before execve
authorEric Wong <e@80x24.org>
Fri, 17 Sep 2021 12:12:30 +0000 (07:12 -0500)
committerEric Wong <e@80x24.org>
Fri, 17 Sep 2021 21:49:42 +0000 (21:49 +0000)
commit3ba7362f0bf1bef8ddc76cd311576d9348a94fe0
treecafc392e819d244eab9c4db83d5c55d889e76932
parent876e74283ff36462607626dec2105e28f2db9bb7
script/lei: umask(077) before execve

While my MUA also runs umask(077) unconditionally, not all
MUAs do.  Additionally, pagers may support writing its buffer
to disk, so ensure anything else we spawn has umask(077).
script/lei