くだらねえ質問はここに書き込め! Part 171at LINUX
くだらねえ質問はここに書き込め! Part 171 - 暇つぶし2ch335:262
09/01/25 08:36:36 iRNe3GQX
>>262
centosのnautilusが、次のコードを持っているために、file:///以外、つまりリモートファイルの直接起動を禁止しているらしいです。
以下のコードです。
nautilusを、非公式のものに置き換えるしか術がないのでしょうか。

This is what the code does:

/* Don't allow command execution from remote locations where the
* uri scheme isn't file:// (This is because files on for example
* nfs are treated as remote) to partially mitigate the security
* risk of executing arbitrary commands.
*/
if (!eel_vfs_has_capability (desktop_file_uri,
EEL_VFS_CAPABILITY_SAFE_TO_EXECUTE)) {
eel_show_error_dialog
(_("Sorry, but you can't execute commands from "
"a remote site due to security considerations."),
_("Can't execute remote links"),
parent_window);

return;
}




次ページ
続きを表示
1を表示
最新レス表示
レスジャンプ
類似スレ一覧
スレッドの検索
話題のニュース
おまかせリスト
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch