[systemd-devel] [PATCH] core: reuse the same /tmp, /var/tmp and inaccessible dir

Colin Walters walters at verbum.org
Tue Mar 12 10:42:29 PDT 2013


On Tue, 2013-03-12 at 15:14 +0100, Michal Sekletar wrote:

>  install-directories-hook:
>  	$(MKDIR_P) $(addprefix $(DESTDIR),$(INSTALL_DIRS))
> +	$(MKDIR_P) -m 000 $(addprefix $(DESTDIR),$(INACCESSIBLE_DIR))

Ugh.  Can you make this /run/systemd/inaccessible or something, and
have systemd do this at runtime?

Having systemd install a directory with mode 0 is going to screw with a
lot of build systems.




More information about the systemd-devel mailing list