Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Work around #14 (Editing Configuration File Disables MACs) with "--require-macs" #68

Closed
wants to merge 2 commits into from

Conversation

lachesis
Copy link
Contributor

This patch implements the workaround proposed by
https://defuse.ca/audits/encfs.htm to create a --require-macs command
line argument. If this argument is passed, encfs will refuse to mount
with MACs disabled. When creating a filesystem, encfs will force MACs to
be enabled.

This affects issue #14.

… "--require-macs"

This patch implements the workaround proposed by
https://defuse.ca/audits/encfs.htm to create a --require-macs command
line argument. If this argument is passed, encfs will refuse to mount
with MACs disabled. When creating a filesystem, encfs will force MACs to
be enabled.
@lachesis
Copy link
Contributor Author

Also, I changed the option to "--require-macs" to match exactly what was suggested in the issue / audit. --require-mac will work as well, because of the option parsing.

@rfjakob
Copy link
Collaborator

rfjakob commented Mar 22, 2015

Merged into encfs-next, thanks! (to make the merge easier, I have squashed both commits into one)
rfjakob@9d06412?diff=unified

@rfjakob rfjakob closed this Mar 22, 2015
@rfjakob
Copy link
Collaborator

rfjakob commented Mar 22, 2015

Included in pull request #69

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants