guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/1] Make urandom-seed service behavior less surprising


From: Leo Famulari
Subject: [PATCH 0/1] Make urandom-seed service behavior less surprising
Date: Sun, 29 May 2016 11:18:09 -0400

I noticed that if you delete the random seed file, and then recreate it
with `herd stop urandom-seed`, it will have incorrect permissions of
-rw-r--r-- when they should be -rw-------.

Well, don't do that ;)

But if you do, the system should make sure the right thing happens. This
patch does so by setting the umask at what I think is the right point.

Any objections?

Leo Famulari (1):
  services: urandom-seed: Set umask to 077 while shutting down.

 gnu/services/base.scm | 1 +
 1 file changed, 1 insertion(+)

-- 
2.8.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]