Defined in 1 files as a function:
Referenced in 1 files:
Smatch caller information:
security/landlock/fs.c hook_path_mkdir() -> current_check_access_path()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 1 | access_request | 128 |
| DATA_SOURCE | 0 | path | $0 |
security/landlock/fs.c hook_path_mknod() -> current_check_access_path()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 1 | access_request | 64,128,256,512,1024,2048,4096 |
| DATA_SOURCE | 0 | path | $0 |
| BIT_INFO | 1 | access_request | 0x0,0x1fff |
security/landlock/fs.c hook_path_rmdir() -> current_check_access_path()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 1 | access_request | 16 |
| DATA_SOURCE | 0 | path | $0 |
security/landlock/fs.c hook_path_symlink() -> current_check_access_path()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 1 | access_request | 4096 |
| DATA_SOURCE | 0 | path | $0 |
security/landlock/fs.c hook_path_truncate() -> current_check_access_path()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 1 | access_request | 16384 |
| DATA_SOURCE | 0 | path | $0 |
security/landlock/fs.c hook_path_unlink() -> current_check_access_path()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 1 | access_request | 32 |
| DATA_SOURCE | 0 | path | $0 |