Skip to content

thunar_file_is_executable () should check if .desktop file is safe

Yongha Hwang requested to merge MShrimp4/thunar:thunar_file_is_executable into master

Current implementation of thunar_file_is_executable() does not check if .desktop file entry is safe even if thunar_file_is_desktop_file() provides such feature. The other executables, including binaries, are considered as "not executable" if an executable bit is disabled. This is an inconsistent behavior and may cause security problems.

Merge request reports