I'm planning on using the Ext4 file encryption ability. Everything works fine, but there is one problem left. After removing the PASSWORD via keyctl, i still can see the content of the encrypted directory. I tried deleting the key, syncing and emptying the page cache, unmount the filesystem, restart the caja file manager and mounting the fs, again. But it doesn't work. Although i can't write to the directory anymore, i still can see clear names.
How do I empty the Kernel's KeyRing Cache? (without rebooting or restarting my X session)
Sources:
echo 3 >/proc/sys/vm/drop-cachesto drop the dcache?