Home
last modified time | relevance | path

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

/Linux-v6.6/security/landlock/
Dfs.c1209 access_mask_t open_access_request, full_access_request, allowed_access; in hook_file_open() local
1228 full_access_request = open_access_request | optional_access; in hook_file_open()
1232 init_layer_masks(dom, full_access_request, &layer_masks), in hook_file_open()
1234 allowed_access = full_access_request; in hook_file_open()
1237 const unsigned long access_req = full_access_request; in hook_file_open()