linux-initrd: Allow setuid binaries from the unionfs to run.
* guix/build/linux-initrd.scm (boot-system): Pass the 'suid' option to UNIONFS.
This commit is contained in:
parent
4dfe6c58ee
commit
d8a7a5bfd5
|
@ -290,7 +290,7 @@ to it are lost."
|
|||
|
||||
;; Make /root a union of the tmpfs and the actual root.
|
||||
(unless (zero? (system* unionfs "-o"
|
||||
"cow,allow_other,use_ino,dev"
|
||||
"cow,allow_other,use_ino,suid,dev"
|
||||
"/rw-root=RW:/real-root=RO"
|
||||
"/root"))
|
||||
(error "unionfs failed")))
|
||||
|
|
Loading…
Reference in New Issue