You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First reported by @rmolhere and attributed to AppArmor policy issue #856, but I think it's an unrelated bug.
Steps to reproduce
Start the client and log in (run via LOGLEVEL=DEBUG securedrop-client in sd-app)
Load Tor Browser in sd-proxy and visit the Journalist Interface and Source Interface; log in there as well
Create a new source via the Source Interface and upload a file.
Wait for the client to sync.
Download the file via the client and wait for the download to finish.
Delete the file (not the whole source) via the Journalist Interface
Expected behavior
After the next sync, the file is removed from disk.
Actual behavior
The client appears to never attempt to delete the file. It remains in the ~/.securedrop_client/data directory.
I've tested with both the packaged 0.2.1-deb prod build and master in Qubes, and while I've not applied the AppArmor changes in #866 locally, I don't see any AppArmor denials in syslog, nor any log entries indicating that a deletion is being attempted. In this log you can see the number of submissions decreasing after the sync.
The text was updated successfully, but these errors were encountered:
Just a note that at least in 0.2.3-deb, I am also observing this issue when the entire source collection is deleted from the JI, not just when an individual document is deleted.
yep that is expected due to in the 0.2.3-deb we use the “delete single submission” method (that is not working) for each item in the source collection (if the deletion was not triggered by the local user)
First reported by @rmol here and attributed to AppArmor policy issue #856, but I think it's an unrelated bug.
Steps to reproduce
LOGLEVEL=DEBUG securedrop-client
insd-app
)sd-proxy
and visit the Journalist Interface and Source Interface; log in there as wellExpected behavior
After the next sync, the file is removed from disk.
Actual behavior
The client appears to never attempt to delete the file. It remains in the
~/.securedrop_client/data
directory.I've tested with both the packaged 0.2.1-deb prod build and
master
in Qubes, and while I've not applied the AppArmor changes in #866 locally, I don't see any AppArmor denials in syslog, nor any log entries indicating that a deletion is being attempted. In this log you can see the number of submissions decreasing after the sync.The text was updated successfully, but these errors were encountered: