Home
last modified time | relevance | path

Searched refs:prev_dom (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/landlock/
H A Daudit_test.c80 __u64 prev_dom = 3; in TEST_F() local
116 EXPECT_GT(allocated_dom, prev_dom); in TEST_F()
117 prev_dom = allocated_dom; in TEST_F()
/linux/security/landlock/
H A Dfs.c1825 struct landlock_ruleset *prev_dom; in hook_file_set_fowner() local
1842 prev_dom = landlock_file(file)->fown_subject.domain; in hook_file_set_fowner()
1849 landlock_put_ruleset_deferred(prev_dom); in hook_file_set_fowner()