カスタムランタイムのブートストラップファイルを実行するには、777または755の権限が必要です。 それ以外の場合、次のエラーが返されます。
{
"ErrorCode":"CAFilePermission",
"ErrorMessage":"The CA process cannot be started due to bootstrap file don't have execute permissions"
} chmod 777 bootstrapまたはchmod 755 bootstrapコマンドを実行して、ファイルをパッケージ化する前に権限を取得できます。