nixpkgs/modules/system/boot
Bjørn Forsman 8d596006dd Ensure /var/log/journal permission bits are set
Ensure permission bits are (re)set on each system activation with
explicit chmod call.

mkdir -m MODE PATH will only set the permission bits if PATH is
*created*, which means users that have old NixOS versions will continue
to have the old 700 permissions on /var/log/journal until they chmod
manually. With this commit the permissions will be set to 755 on system
activation.
2013-07-22 20:09:50 +02:00
..
loader grub: Add mdadm to search path. 2013-07-08 14:29:37 +02:00
kernel.nix initrd: Remove serio and atkbd 2013-05-15 12:52:15 +02:00
luksroot.nix replace list by listOf using same style as for attrsOf 2013-03-14 17:09:21 +01:00
modprobe.nix extraModprobeConfig: set type to types.lines 2013-03-12 05:51:45 -04:00
readonly-mountpoint.c "Maintain" the tested job so I get notifications when it fails 2013-03-26 12:35:28 -04:00
shutdown.nix Set the kernel.poweroff_cmd sysctl 2013-03-27 23:03:37 +01:00
stage-1-init.sh btrfsck doesn't respect any flags 2013-05-13 14:25:48 -04:00
stage-1.nix Mount /var and some other filesystems automatically in stage 1 2013-07-19 17:24:18 +02:00
stage-2-init.sh Set permissions on /var/log/journal properly 2013-07-19 21:18:44 +02:00
stage-2.nix readOnlyStore: Don't do a read-only bind-mount of an already read-only store. 2013-03-07 19:00:21 -05:00
systemd-unit-options.nix systemd.sockets: Add listenStreams option for specifying several sockets 2013-05-20 16:26:24 +02:00
systemd.nix Ensure /var/log/journal permission bits are set 2013-07-22 20:09:50 +02:00