Skip to content

Commit

Permalink
Remove EXT4_IOC_GET_ENCRYPTION_PWSALT
Browse files Browse the repository at this point in the history
We're storing salts in files, and we don't have mtab keys any more,
so we can ignore the filesystem encryption salt.
  • Loading branch information
jnvsor committed Dec 11, 2017
1 parent 68539ba commit 5331051
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pam_e4crypt.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@
#define PAM_E4CRYPT_KEY_DATA "pam_e4crypt_key_data"


#ifndef EXT4_IOC_GET_ENCRYPTION_PWSALT
#define EXT4_IOC_GET_ENCRYPTION_PWSALT _IOW('f', 20, __u8[16])
#endif


/**
* Log honoring the silent flag
*
Expand Down Expand Up @@ -91,8 +86,6 @@ get_modarg_value(
}




/**
* Encryption key list
*
Expand Down

0 comments on commit 5331051

Please sign in to comment.