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:SBLABEL_MNT
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/security/selinux/include/
H
A
D
security.h
62
#define
SBLABEL_MNT
0x10
macro
/kernel/linux/linux-5.10/security/selinux/include/
H
A
D
security.h
60
#define
SBLABEL_MNT
0x10
macro
/kernel/linux/linux-5.10/security/selinux/
H
A
D
hooks.c
526
* Explicitly set or clear
SBLABEL_MNT
. It's not sufficient to simply
in sb_finish_set_opts()
531
sbsec->flags |=
SBLABEL_MNT
;
in sb_finish_set_opts()
533
sbsec->flags &= ~
SBLABEL_MNT
;
in sb_finish_set_opts()
1101
if (sbsec->flags &
SBLABEL_MNT
) {
in selinux_sb_show_options()
1768
} else if ((sbsec->flags &
SBLABEL_MNT
) &&
in selinux_determine_inode_label()
2923
!(sbsec->flags &
SBLABEL_MNT
))
in selinux_inode_init_security()
3150
if (!(sbsec->flags &
SBLABEL_MNT
))
in selinux_inode_setxattr()
3398
if (!(sbsec->flags &
SBLABEL_MNT
))
in selinux_inode_setsecurity()
6568
/* Do not return error when suppressing label (
SBLABEL_MNT
not set). */
in selinux_inode_notifysecctx()
/kernel/linux/linux-6.6/security/selinux/
H
A
D
hooks.c
562
* Explicitly set or clear
SBLABEL_MNT
. It's not sufficient to simply
in sb_finish_set_opts()
567
sbsec->flags |=
SBLABEL_MNT
;
in sb_finish_set_opts()
569
sbsec->flags &= ~
SBLABEL_MNT
;
in sb_finish_set_opts()
1113
if (sbsec->flags &
SBLABEL_MNT
) {
in selinux_sb_show_options()
1781
} else if ((sbsec->flags &
SBLABEL_MNT
) &&
in selinux_determine_inode_label()
2931
!(sbsec->flags &
SBLABEL_MNT
))
in selinux_inode_init_security()
3195
if (!(sbsec->flags &
SBLABEL_MNT
))
in selinux_inode_setxattr()
3462
if (!(sbsec->flags &
SBLABEL_MNT
))
in selinux_inode_setsecurity()
6539
/* Do not return error when suppressing label (
SBLABEL_MNT
not set). */
in selinux_inode_notifysecctx()
Completed in 19 milliseconds