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:checkreqprot
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/security/selinux/include/
H
A
D
security.h
97
bool
checkreqprot
;
member
148
return READ_ONCE(state->
checkreqprot
);
in checkreqprot_get()
153
WRITE_ONCE(state->
checkreqprot
, value);
in checkreqprot_set()
/kernel/linux/linux-5.10/security/selinux/
H
A
D
hooks.c
146
unsigned long
checkreqprot
;
in checkreqprot_setup()
local
148
if (!kstrtoul(str, 0, &
checkreqprot
)) {
in checkreqprot_setup()
149
selinux_checkreqprot_boot =
checkreqprot
? 1 : 0;
in checkreqprot_setup()
150
if (
checkreqprot
)
in checkreqprot_setup()
151
pr_warn("SELinux:
checkreqprot
set to 1 via kernel parameter. This is deprecated and will be rejected in a future kernel release.\n");
in checkreqprot_setup()
155
__setup("
checkreqprot
=", checkreqprot_setup);
/kernel/linux/linux-6.6/security/selinux/
H
A
D
hooks.c
144
unsigned long
checkreqprot
;
in checkreqprot_setup()
local
146
if (!kstrtoul(str, 0, &
checkreqprot
)) {
in checkreqprot_setup()
147
if (
checkreqprot
)
in checkreqprot_setup()
148
pr_err("SELinux:
checkreqprot
set to 1 via kernel parameter. This is no longer supported.\n");
in checkreqprot_setup()
152
__setup("
checkreqprot
=", checkreqprot_setup);
Completed in 20 milliseconds