Loading security/selinux/netif.c +1 −1 Original line number Diff line number Diff line Loading @@ -124,7 +124,7 @@ static void sel_netif_destroy(struct sel_netif *netif) * @sid: interface SID * * Description: * This function determines the SID of a network interface by quering the * This function determines the SID of a network interface by querying the * security policy. The result is added to the network interface table to * speedup future queries. Returns zero on success, negative values on * failure. Loading security/selinux/netnode.c +1 −1 Original line number Diff line number Diff line Loading @@ -181,7 +181,7 @@ static void sel_netnode_insert(struct sel_netnode *node) * @sid: node SID * * Description: * This function determines the SID of a network address by quering the * This function determines the SID of a network address by querying the * security policy. The result is added to the network address table to * speedup future queries. Returns zero on success, negative values on * failure. Loading security/selinux/netport.c +1 −1 Original line number Diff line number Diff line Loading @@ -130,7 +130,7 @@ static void sel_netport_insert(struct sel_netport *port) * @sid: port SID * * Description: * This function determines the SID of a network port by quering the security * This function determines the SID of a network port by querying the security * policy. The result is added to the network port table to speedup future * queries. Returns zero on success, negative values on failure. * Loading Loading
security/selinux/netif.c +1 −1 Original line number Diff line number Diff line Loading @@ -124,7 +124,7 @@ static void sel_netif_destroy(struct sel_netif *netif) * @sid: interface SID * * Description: * This function determines the SID of a network interface by quering the * This function determines the SID of a network interface by querying the * security policy. The result is added to the network interface table to * speedup future queries. Returns zero on success, negative values on * failure. Loading
security/selinux/netnode.c +1 −1 Original line number Diff line number Diff line Loading @@ -181,7 +181,7 @@ static void sel_netnode_insert(struct sel_netnode *node) * @sid: node SID * * Description: * This function determines the SID of a network address by quering the * This function determines the SID of a network address by querying the * security policy. The result is added to the network address table to * speedup future queries. Returns zero on success, negative values on * failure. Loading
security/selinux/netport.c +1 −1 Original line number Diff line number Diff line Loading @@ -130,7 +130,7 @@ static void sel_netport_insert(struct sel_netport *port) * @sid: port SID * * Description: * This function determines the SID of a network port by quering the security * This function determines the SID of a network port by querying the security * policy. The result is added to the network port table to speedup future * queries. Returns zero on success, negative values on failure. * Loading