Skip to content

Commit

Permalink
desktop: Change the default filesystem access mode to Ask
Browse files Browse the repository at this point in the history
This improves security and makes sure users know which
files the movie has access to.
  • Loading branch information
kjarosh committed Sep 29, 2024
1 parent a958591 commit 4eb66c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ pub struct Opt {
pub open_url_mode: OpenURLMode,

/// How to handle non-interactive filesystem access.
#[clap(long, default_value = "allow")]
#[clap(long, default_value = "ask")]
pub filesystem_access_mode: FilesystemAccessMode,

/// Provide a dummy (completely empty) External Interface to the movie.
Expand Down

0 comments on commit 4eb66c0

Please sign in to comment.