Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:path_beneath_attr
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/landlock/
H
A
D
base_test.c
149
struct landlock_path_beneath_attr
path_beneath_attr
= {
in TEST()
local
177
&
path_beneath_attr
, 0));
in TEST()
181
path_beneath_attr
.parent_fd =
in TEST()
183
ASSERT_LE(0,
path_beneath_attr
.parent_fd);
in TEST()
185
&
path_beneath_attr
, 0));
in TEST()
186
ASSERT_EQ(0, close(
path_beneath_attr
.parent_fd));
in TEST()
196
struct landlock_path_beneath_attr
path_beneath_attr
= {
in TEST()
local
204
path_beneath_attr
.parent_fd =
in TEST()
206
ASSERT_LE(0,
path_beneath_attr
.parent_fd);
in TEST()
208
&
path_beneath_attr
,
in TEST()
262
struct landlock_
path_beneath_attr
path_beneath_attr
= {
TEST()
local
[all...]
/kernel/linux/linux-6.6/security/landlock/
H
A
D
syscalls.c
88
struct landlock_path_beneath_attr
path_beneath_attr
;
in build_check_abi()
local
100
path_beneath_size = sizeof(
path_beneath_attr
.allowed_access);
in build_check_abi()
101
path_beneath_size += sizeof(
path_beneath_attr
.parent_fd);
in build_check_abi()
102
BUILD_BUG_ON(sizeof(
path_beneath_attr
) != path_beneath_size);
in build_check_abi()
103
BUILD_BUG_ON(sizeof(
path_beneath_attr
) != 12);
in build_check_abi()
321
struct landlock_path_beneath_attr
path_beneath_attr
;
in SYSCALL_DEFINE4()
local
344
res = copy_from_user(&
path_beneath_attr
, rule_attr,
in SYSCALL_DEFINE4()
345
sizeof(
path_beneath_attr
));
in SYSCALL_DEFINE4()
355
if (!
path_beneath_attr
.allowed_access) {
in SYSCALL_DEFINE4()
363
if ((
path_beneath_attr
in SYSCALL_DEFINE4()
[all...]
Completed in 2 milliseconds