Searched refs:set_tainted (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/modutils/ |
D | modutils-24.c | 3528 static void set_tainted(int fd, const char *m_name, in set_tainted() function 3577 set_tainted(fd, m_name, kernel_has_tainted, TAINT_PROPRIETORY_MODULE, "no license", ""); in check_tainted_module() 3584 set_tainted(fd, m_name, 1, TAINT_PROPRIETORY_MODULE, "non-GPL license - ", ptr); in check_tainted_module() 3589 set_tainted(fd, m_name, 1, TAINT_FORCED_MODULE, "forced load", ""); in check_tainted_module()
|