Hi,

Colin Walters 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.

Indeed. Even our own 'make distcheck' fails badly with this patch.
What do you think about the idea of creating /run/systemd/inaccessible
on first use?

(Note: there's an error there, and the $(addprefix) call is not needed.
 But if this line will be removed this doesn't matter.)

Zbyszek
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to