Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os 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>

authored by

Paul Moore and committed by
David S. Miller
bcd5e1a4 219a808f

+1 -4
+1 -4
net/netlabel/netlabel_kapi.c
··· 1502 1502 printk(KERN_INFO "NetLabel: Initializing\n"); 1503 1503 printk(KERN_INFO "NetLabel: domain hash size = %u\n", 1504 1504 (1 << NETLBL_DOMHSH_BITSIZE)); 1505 - printk(KERN_INFO "NetLabel: protocols =" 1506 - " UNLABELED" 1507 - " CIPSOv4" 1508 - "\n"); 1505 + printk(KERN_INFO "NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO\n"); 1509 1506 1510 1507 ret_val = netlbl_domhsh_init(NETLBL_DOMHSH_BITSIZE); 1511 1508 if (ret_val != 0)