Skip to content

Commit 177734f

Browse files
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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

security/keys/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ config KEYS
2020

2121
If you are unsure as to whether this is required, answer N.
2222

23+
config KEYS_COMPAT
24+
def_bool y
25+
depends on COMPAT && KEYS
26+
2327
config PERSISTENT_KEYRINGS
2428
bool "Enable register of persistent per-UID keyrings"
2529
depends on KEYS

0 commit comments

Comments
 (0)