mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 06:16:03 +00:00
Remove setting of capabilities from the syntax
The ability to set capabilities from a profile has been removed from the kernel for several releases. Remove it from the parser as well. Signed-off-by: John Johansen <john.johansen@canonical.com> Acked-by: Kees Cook <kees@ubuntu.com>
This commit is contained in:
@@ -912,8 +912,6 @@ void debug_capabilities(struct codomain *cod)
|
||||
__debug_capabilities(cod->deny_caps, "Deny Caps");
|
||||
if (cod->quiet_caps != 0ull)
|
||||
__debug_capabilities(cod->quiet_caps, "Quiet Caps");
|
||||
if (cod->set_caps != 0ull)
|
||||
__debug_capabilities(cod->set_caps, "Set Capabilities");
|
||||
}
|
||||
|
||||
void debug_cod_list(struct codomain *cod)
|
||||
|
Reference in New Issue
Block a user