forked from Minki/linux
netlabel: add CALIPSO to the list of built-in protocols
When we added CALIPSO support in Linux v4.8 we forgot to add it to the list of supported protocols with display at boot. Signed-off-by: Paul Moore <paul@paul-moore.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
219a808fa1
commit
bcd5e1a49f
@ -1502,10 +1502,7 @@ static int __init netlbl_init(void)
|
||||
printk(KERN_INFO "NetLabel: Initializing\n");
|
||||
printk(KERN_INFO "NetLabel: domain hash size = %u\n",
|
||||
(1 << NETLBL_DOMHSH_BITSIZE));
|
||||
printk(KERN_INFO "NetLabel: protocols ="
|
||||
" UNLABELED"
|
||||
" CIPSOv4"
|
||||
"\n");
|
||||
printk(KERN_INFO "NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO\n");
|
||||
|
||||
ret_val = netlbl_domhsh_init(NETLBL_DOMHSH_BITSIZE);
|
||||
if (ret_val != 0)
|
||||
|
Loading…
Reference in New Issue
Block a user