Searched refs:read_proc_attr (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/lsm/ |
H A D | lsm_get_self_attr_test.c | 192 ASSERT_EQ(0, read_proc_attr("current", attr, page_size)); in TEST() 205 if (read_proc_attr("exec", attr, page_size) == 0) in TEST() 219 if (read_proc_attr("fscreate", attr, page_size) == 0) in TEST() 233 if (read_proc_attr("keycreate", attr, page_size) == 0) in TEST() 247 ASSERT_EQ(0, read_proc_attr("prev", attr, page_size)); in TEST() 261 if (read_proc_attr("sockcreate", attr, page_size) == 0) in TEST()
|