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:F_SEAL_EXEC
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/memfd/
H
A
D
memfd_test.c
32
#define
F_SEAL_EXEC
0x0020
macro
38
F_SEAL_EXEC
)
1086
mfd_assert_add_seals(fd,
F_SEAL_EXEC
);
in test_exec_seal()
1087
mfd_assert_has_seals(fd,
F_SEAL_EXEC
);
in test_exec_seal()
1108
mfd_assert_add_seals(fd,
F_SEAL_EXEC
);
in test_exec_seal()
1151
mfd_assert_has_seals(fd,
F_SEAL_EXEC
);
in test_noexec_seal()
1160
mfd_assert_has_seals(fd,
F_SEAL_EXEC
);
in test_noexec_seal()
1196
mfd_assert_has_seals(fd,
F_SEAL_EXEC
);
in test_sysctl_sysctl1()
1212
mfd_assert_has_seals(fd,
F_SEAL_EXEC
);
in test_sysctl_sysctl1()
1233
mfd_assert_has_seals(fd,
F_SEAL_EXEC
);
in test_sysctl_sysctl2()
[all...]
/kernel/linux/linux-6.6/mm/
H
A
D
memfd.c
151
F_SEAL_EXEC
| \
228
if (seals &
F_SEAL_EXEC
&& inode->i_mode & 0111)
in memfd_add_seals()
378
*file_seals |=
F_SEAL_EXEC
;
in SYSCALL_DEFINE2()
H
A
D
shmem.c
1183
if ((info->seals &
F_SEAL_EXEC
) && (attr->ia_valid & ATTR_MODE)) {
in shmem_setattr()
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
fcntl.h
46
#define
F_SEAL_EXEC
0x0020 /* prevent chmod modifying exec bits */
macro
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H
A
D
fcntl.h
46
#define
F_SEAL_EXEC
0x0020 /* prevent chmod modifying exec bits */
macro
Completed in 9 milliseconds