Skip to content

encrypt /home #230

@fbrau

Description

@fbrau

Full mode does not honor permissions. Lite mode on the other hand works as expected
I haven't tried chattr operations but I assume they aren't honored neither...

For example:

mkdir fullmount/somedir
chmod a-w fullmount/somedir
touch fullmount/somedir/onefile
    THIS SHOULD FAIL BUT IT DOES NOT
touch fullmount/somedir/onefile
chmod a-w fullmount/somedir/onefile
echo hello >> fullmount/somedir/onefile
	THIS SHOULD FAIL BUT IT DOES NOT

Which leads me to the real issue here: Can securefs Lite be used to encrypt /home partition
or /home/USER directory and be sure it wont break programs expecting POSIX-like behavior. In that case it should be mounted with use-ino too..., allow_other maybe..., what are the recommendations, or is it not a good idea?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions