Right now, lockbox will skip encrypting any files that aren't writable, even if they're owned by the current user. Attempting recursive chmod +w before encrypting would maximize the files that could be encrypted.
However, this may not be what the user desires. Consider an argument to opt-in or opt-out? Or maybe an interactive question?