1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 13:10:17 +00:00
This commit is contained in:
Bernd Schoolmann
2025-05-19 04:24:11 +02:00
parent daeaa58e7b
commit 8ecd1ed2e8

View File

@@ -93,7 +93,7 @@ pub fn path(name: &str) -> std::path::PathBuf {
/// Paths to the ipc sockets including alternative paths.
/// For flatpak, a path per sandbox is created.
pub fn all_paths(name: &str) -> Vec<std::path::PathBuf> {
let mut paths = vec![path(name)];
let paths = vec![path(name)];
#[cfg(target_os = "linux")]
{
// On Linux, in flatpak, we mount sockets in each app's sandboxed directory.