[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2024-05-10 Thread oso
https://bugs.kde.org/show_bug.cgi?id=390830

oso  changed:

   What|Removed |Added

   See Also|https://bugs.kde.org/show_b |
   |ug.cgi?id=427985|
 CC||osobuko...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2024-03-29 Thread Felix Ernst
https://bugs.kde.org/show_bug.cgi?id=390830

Felix Ernst  changed:

   What|Removed |Added

 CC||felixer...@kde.org

--- Comment #19 from Felix Ernst  ---
The situation of this bug has now been somewhat improved. We do no longer
automatically put the vaults in Baloo's index as per
commits.kde.org/baloo/373cf1e567e2580145f137176d440da27c319f06. However, as
pointed out in other places in this bug report already, there are other less
obvious ways how the content of the vault can still be available even after
closing it. At least simply searching for the content using Baloo should no
longer bring them up.

However, even Baloo itself might still make contents of the vault available
after it is closed. I'll quote Stefan Brüns' comment from
https://invent.kde.org/frameworks/baloo/-/merge_requests/96#note_897708:

> baloo_file gets information from various sources, inotify for file events,
> process signals, events on file descriptors via Solid (e.g. mtab), events via
> DBus from UDisks, etc. So it is quite common to e.g. get a "directory
> changed" event for a mounted Vault, and some time later the
> corresponding "Device/Filesystem added" added from Solid.
> 
> This will then add data from the Vault to the index, and short time later
> "discard" the information again, as it becomes excluded. Unfortunately,
> the discard only invalidates the data from the index, but the data is still
> there, in plain text (somewhat unstructured, but nevertheless). The user
> may think everything is fine (no confidential data returned when
> searching), but actually it is not.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2024-03-29 Thread Felix Ernst
https://bugs.kde.org/show_bug.cgi?id=390830

--- Comment #18 from Felix Ernst  ---
Git commit 373cf1e567e2580145f137176d440da27c319f06 by Felix Ernst, on behalf
of Adam Fontenot.
Committed on 29/03/2024 at 10:32.
Pushed by felixernst into branch 'master'.

Skip indexing KDE FS volumes unless user included

In 69411a, we changed the indexer behavior so that removable media
is not indexed by default. This commit tries to extend this
behavior to any temporarily mounted file system.

For instance, fuse.sshfs and overlay mounted file systems are
managed in Solid under the /org/kde/fstab parent. Most likely, users
will not want to index these file systems by default.

This commit also changes the initialization procedure for
StorageDevices. We now attempt to create a cached entry for *all*
Solid devices when initializing. It makes sense to do this because
`createCacheEntry` is already called whenever a device is added or
removed, without any further filtering. Trying to precisely specify
which devices to include at the initialization stage risks leaving
out devices like the /org/kde/fstab devices that are the subject
of this PR.
Related: bug 460509

M  +3-3src/file/storagedevices.cpp

https://invent.kde.org/frameworks/baloo/-/commit/373cf1e567e2580145f137176d440da27c319f06

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2024-03-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=390830

--- Comment #17 from Nate Graham  ---
Yeah, maybe that was a mistake.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2024-03-17 Thread Stefan Brüns
https://bugs.kde.org/show_bug.cgi?id=390830

Stefan Brüns  changed:

   What|Removed |Added

 CC||stefan.bruens@rwth-aachen.d
   ||e

--- Comment #16 from Stefan Brüns  ---
(In reply to Detlef Eppers from comment #13)
> Okular and Gwenview also don't know about Vaults and collect potentially
> sensitive metadata in ~/.local/share/okular/docdata and
> ~/.local/share/gwenview/recentfolders.

Also, thumbnails may leak out. These do not only show the preview, with up to
512x512 pixels, but also contain the full file name.

This only happens when the home directory is on encrypted storage, but when you
use Vaults even though the home directory is encrypted, you probably do for a
reason (i.e. additional confidentiality).

That is a fairly recent change for the worse, and it was mentioned in the MR
(https://invent.kde.org/frameworks/kio/-/merge_requests/1287#note_687728), but
people seem to be fine with this.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2024-02-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=390830

--- Comment #15 from Nate Graham  ---
Thanks, I'll see if I can get some attention on that, and give it a whirl
myself.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2024-02-19 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=390830

soredake  changed:

   What|Removed |Added

 CC|katyaberezy...@gmail.com|

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2024-02-19 Thread Adam Fontenot
https://bugs.kde.org/show_bug.cgi?id=390830

Adam Fontenot  changed:

   What|Removed |Added

 CC||adam.m.fontenot+kde@gmail.c
   ||om

--- Comment #14 from Adam Fontenot  ---
> IMO, baloo needs to ignore all FUSE mounts

My merge request that needs review does this, if I'm not mistaken. It's still
possible to manually opt in. That may fix this issue.
https://invent.kde.org/frameworks/baloo/-/merge_requests/96/

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2023-07-11 Thread LenardF
https://bugs.kde.org/show_bug.cgi?id=390830

LenardF  changed:

   What|Removed |Added

 CC||lenard.fud...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2023-06-24 Thread LXYan2333
https://bugs.kde.org/show_bug.cgi?id=390830

LXYan2333  changed:

   What|Removed |Added

 CC||z00823...@outlook.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2022-08-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=390830

robloka...@gmail.com changed:

   What|Removed |Added

 CC||robloka...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2022-02-27 Thread postix
https://bugs.kde.org/show_bug.cgi?id=390830

postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2022-02-10 Thread Detlef Eppers
https://bugs.kde.org/show_bug.cgi?id=390830

Detlef Eppers  changed:

   What|Removed |Added

 CC||epp...@posteo.de

--- Comment #13 from Detlef Eppers  ---
Okular and Gwenview also don't know about Vaults and collect potentially
sensitive metadata in ~/.local/share/okular/docdata and
~/.local/share/gwenview/recentfolders.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2022-01-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=390830

tagwer...@innerjoin.org changed:

   What|Removed |Added

 CC||tagwer...@innerjoin.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2021-11-20 Thread Nowshed H. Imran
https://bugs.kde.org/show_bug.cgi?id=390830

--- Comment #12 from Nowshed H. Imran  ---
A possible workaround available in Archlinux wiki.
https://wiki.archlinux.org/title/Baloo#Plasma_Vault_Files_are_indexed_and_available_even_when_vault_is_closed

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2021-11-19 Thread Nowshed H. Imran
https://bugs.kde.org/show_bug.cgi?id=390830

--- Comment #11 from Nowshed H. Imran  ---
Right now, the same result can be observed from Kickoff search too. This is
bad.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2021-11-19 Thread Nowshed H. Imran
https://bugs.kde.org/show_bug.cgi?id=390830

Nowshed H. Imran  changed:

   What|Removed |Added

 CC||now.im@gmail.com

--- Comment #10 from Nowshed H. Imran  ---
+1 for this. I was about to report this one. 
I was stunned when I saw the file names in vault appear in Krunner. This must
never happen.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2021-10-26 Thread Dashon
https://bugs.kde.org/show_bug.cgi?id=390830

Dashon  changed:

   What|Removed |Added

 CC||dashonww...@pm.me

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2021-05-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=390830

Nate Graham  changed:

   What|Removed |Added

 Status|ASSIGNED|CONFIRMED

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2021-05-08 Thread Karmaqtrp
https://bugs.kde.org/show_bug.cgi?id=390830

Karmaqtrp  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2021-03-10 Thread David Palacio
https://bugs.kde.org/show_bug.cgi?id=390830

David Palacio  changed:

   What|Removed |Added

 CC||c...@palacio.io

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2021-02-16 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=390830

soredake  changed:

   What|Removed |Added

 CC||ndrzj1...@relay.firefox.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2020-10-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=390830

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=427985

--- Comment #9 from Nate Graham  ---
Yep! Thanks!

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2020-10-19 Thread Jacob
https://bugs.kde.org/show_bug.cgi?id=390830

--- Comment #8 from Jacob <05e42f84-6281-4bcb-8159-d432d71ae...@anonaddy.me> ---
(In reply to Nate Graham from comment #7)
> Hmm, that is very bad too. However that's a separate issue in Dolphin
> unrelated to this particular issue in Baloo. Can you file a new bug report
> for that? Thanks!

Done
https://bugs.kde.org/show_bug.cgi?id=427985

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2020-10-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=390830

--- Comment #7 from Nate Graham  ---
Hmm, that is very bad too. However that's a separate issue in Dolphin unrelated
to this particular issue in Baloo. Can you file a new bug report for that?
Thanks!

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2020-10-18 Thread Jacob
https://bugs.kde.org/show_bug.cgi?id=390830

Jacob <05e42f84-6281-4bcb-8159-d432d71ae...@anonaddy.me> changed:

   What|Removed |Added

 CC||05e42f84-6281-4bcb-8159-d43
   ||2d71ae...@anonaddy.me

--- Comment #6 from Jacob <05e42f84-6281-4bcb-8159-d432d71ae...@anonaddy.me> ---
Baloo indexing is not the only thing: the names of the folders within vaults
can be seen at
/home/user/.local/share/dolphin/view_properties/local/home/user/..., when the
vault is closed.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2020-05-07 Thread Mike
https://bugs.kde.org/show_bug.cgi?id=390830

Mike  changed:

   What|Removed |Added

 CC||mikel.lep...@yahoo.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2019-06-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=390830

Nate Graham  changed:

   What|Removed |Added

   Priority|NOR |VHI

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2018-10-10 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=390830

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2018-03-22 Thread Pekka Helenius
https://bugs.kde.org/show_bug.cgi?id=390830

Pekka Helenius  changed:

   What|Removed |Added

 CC||fince...@hotmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2018-02-26 Thread Ivan Čukić
https://bugs.kde.org/show_bug.cgi?id=390830

Ivan Čukić  changed:

   What|Removed |Added

 CC||ivan.cu...@kde.org

--- Comment #5 from Ivan Čukić  ---
IMO, baloo needs to ignore all FUSE mounts. That's what we did (tried to do) a
long time ago with Nepomuk.

A long time ago Vishesh talked about the possibility to have the database
distributed across multiple places (useful for removable storage as well as
encrypted data), but I guess it was never implemented.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2018-02-24 Thread Michael Heidelbach
https://bugs.kde.org/show_bug.cgi?id=390830

--- Comment #4 from Michael Heidelbach  ---
(In reply to Nate Graham from comment #1)
> - Baloo should index files in vaults, but store that data in a separate
> index *inside* the vault, and make sure that the index data is not available
> when the vault is locked
Nice, but not feasable - currently

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2018-02-24 Thread Michael Heidelbach
https://bugs.kde.org/show_bug.cgi?id=390830

--- Comment #3 from Michael Heidelbach  ---
(Damn, hit tab again)
continuing @Venky:
To be safe you should also rebuild your database.
$ balooctl disable
$ balooctl enable

>i can find vault files in search with a new dolphin window
Dolphin automatically chooses between to search algorithms.
1) When 'More options'-panel is enabled search is done by baloo. Search should
not show any vault content. Please confirm!
2) When it is not, a pure filename search is done. Expect results from a
mounted vault. You're safe though because nothing is stored.

>vault browser is closed
Please clarify:
- vault is mounted?

Also, I just installed vault to test this. The password dialog continued to pop
up until I realized the line beneath the text field: "Failed to open...not
empty..."
Maybe you've overlooked that too. And maybe you have a hidden file in you vault
mountpoint e.g. ".directory".

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2018-02-24 Thread Michael Heidelbach
https://bugs.kde.org/show_bug.cgi?id=390830

Michael Heidelbach  changed:

   What|Removed |Added

 CC||ottw...@gmail.com

--- Comment #2 from Michael Heidelbach  ---
First thought: 
Under the premise all vaults are in ~/Vaults, put ~/Vaults into excludeFolders
config by default.

@Venky: Please do this
   $balooctl config add excludeFolders ~/Vaults
or use 
   systemsettings > workspace > search > filesearch
(names may differ)

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 390830] Files in plasma vault indexed and available when the vault is closed

2018-02-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=390830

Nate Graham  changed:

   What|Removed |Added

Summary|Vault files are identified  |Files in plasma vault
   |in search   |indexed and available when
   ||the vault is closed
 Status|UNCONFIRMED |CONFIRMED
  Component|general |general
 CC||n...@kde.org
   Assignee|ivan.cu...@kde.org  |baloo-bugs-n...@kde.org
   Severity|grave   |critical
 Ever confirmed|0   |1
Version|unspecified |5.43.0
Product|Plasma Vault|frameworks-baloo

--- Comment #1 from Nate Graham  ---
Major security flaw. Options here:
- Baloo shouldn't index files in vaults at all
- Baloo should index files in vaults, but store that data in a separate index
*inside* the vault, and make sure that the index data is not available when the
vault is locked

-- 
You are receiving this mail because:
You are watching all bug changes.