Commit dba277c9 by Filippo Giunchedi Committed by Daniel Lezcano

Add check for CONFIG_SECURITY_FILE_CAPABILITIES

This might result in more evident lack of support for POSIX capabilities enabled as pointed in documentation Signed-off-by: 's avatarFilippo Giunchedi <filippo@esaurito.net> Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 87476557
...@@ -65,3 +65,4 @@ echo ...@@ -65,3 +65,4 @@ echo
echo "--- Misc ---" echo "--- Misc ---"
echo -n "Veth pair device: " && is_enabled CONFIG_VETH echo -n "Veth pair device: " && is_enabled CONFIG_VETH
echo -n "Macvlan: " && is_enabled CONFIG_MACVLAN echo -n "Macvlan: " && is_enabled CONFIG_MACVLAN
echo -n "File capabilities: " && is_enabled CONFIG_SECURITY_FILE_CAPABILITIES
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment