mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-13 22:12:15 +00:00
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: Filippo Giunchedi <filippo@esaurito.net> Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
parent
8747655790
commit
dba277c941
@ -65,3 +65,4 @@ echo
|
||||
echo "--- Misc ---"
|
||||
echo -n "Veth pair device: " && is_enabled CONFIG_VETH
|
||||
echo -n "Macvlan: " && is_enabled CONFIG_MACVLAN
|
||||
echo -n "File capabilities: " && is_enabled CONFIG_SECURITY_FILE_CAPABILITIES
|
||||
|
Loading…
Reference in New Issue
Block a user