Commit 177734f
committed
security/keys/Kconfig: add KEYS_COMPAT option for keyctl tool
The Keyctl tool of Raspbian OS doesn't work because Linux kernel of the rpi3
branch doesn't have compat_key functions.
To solve this problem, KEYS_COMPAT option is added to security/keys/Kconfig
file.
Signed-off-by: Seunghun Han <[email protected]>1 parent 7d976fc commit 177734f
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
0 commit comments