in JetBrains.Profiler.SelfApi/src/Impl/Helper.cs [10:14]
internal static void ChModExecutable([NotNull] string path)
{
if (HabitatInfo.Platform != JetPlatform.Windows)
UnixHelper.UnixChMod(path, UnixFileModes.rwxr_xr_x);
}