mirror of
https://github.com/SELinuxProject/selinux
synced 2025-01-10 07:29:28 +00:00
4ad0abd983
Environment variable TMPDIR may be already set for the user building and this could be equal to $XDG_RUNTIME_DIR or /tmp which are existing directories. Then when running 'make clean', there are unintended side effects: rm -rf /run/user/1000 rm: cannot remove '/run/user/1000/dconf/user': Permission denied rm: cannot remove '/run/user/1000/systemd': Permission denied rm: cannot remove '/run/user/1000/gnupg': Permission denied rm: cannot remove '/run/user/1000/dbus-1': Is a directory rm: cannot remove '/run/user/1000/inaccessible': Permission denied make[1]: *** [Makefile:68: clean] Error 1 Fix by always setting the variable. Signed-off-by: Topi Miettinen <toiwoton@gmail.com> Suggested-by: Petr Lautrbach <plautrba@redhat.com> Acked-by: Petr Lautrbach <plautrba@redhat.com> |
||
---|---|---|
.. | ||
cil_access_vector_rules.md | ||
cil_call_macro_statements.md | ||
cil_class_and_permission_statements.md | ||
cil_conditional_statements.md | ||
cil_constraint_statements.md | ||
cil_container_statements.md | ||
cil_context_statement.md | ||
cil_default_object_statements.md | ||
cil_design.dia | ||
cil_design.jpeg | ||
cil_file_labeling_statements.md | ||
cil_infiniband_statements.md | ||
cil_introduction.md | ||
cil_mls_labeling_statements.md | ||
cil_network_labeling_statements.md | ||
cil_policy_config_statements.md | ||
cil_reference_guide.md | ||
cil_role_statements.md | ||
cil_sid_statements.md | ||
cil_type_statements.md | ||
cil_user_statements.md | ||
cil_xen_statements.md | ||
Makefile | ||
README.md |