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:new_creds
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/security/smack/
H
A
D
smack_lsm.c
4653
struct cred *
new_creds
= *new;
in smack_inode_copy_up()
local
4655
if (
new_creds
== NULL) {
in smack_inode_copy_up()
4656
new_creds
= prepare_creds();
in smack_inode_copy_up()
4657
if (
new_creds
== NULL)
in smack_inode_copy_up()
4661
tsp = smack_cred(
new_creds
);
in smack_inode_copy_up()
4669
*new =
new_creds
;
in smack_inode_copy_up()
/kernel/linux/linux-6.6/security/smack/
H
A
D
smack_lsm.c
4792
struct cred *
new_creds
= *new;
in smack_inode_copy_up()
local
4794
if (
new_creds
== NULL) {
in smack_inode_copy_up()
4795
new_creds
= prepare_creds();
in smack_inode_copy_up()
4796
if (
new_creds
== NULL)
in smack_inode_copy_up()
4800
tsp = smack_cred(
new_creds
);
in smack_inode_copy_up()
4808
*new =
new_creds
;
in smack_inode_copy_up()
/kernel/linux/linux-5.10/security/selinux/
H
A
D
hooks.c
3439
struct cred *
new_creds
= *new;
in selinux_inode_copy_up()
local
3441
if (
new_creds
== NULL) {
in selinux_inode_copy_up()
3442
new_creds
= prepare_creds();
in selinux_inode_copy_up()
3443
if (!
new_creds
)
in selinux_inode_copy_up()
3447
tsec = selinux_cred(
new_creds
);
in selinux_inode_copy_up()
3451
*new =
new_creds
;
in selinux_inode_copy_up()
/kernel/linux/linux-6.6/security/selinux/
H
A
D
hooks.c
3503
struct cred *
new_creds
= *new;
in selinux_inode_copy_up()
local
3505
if (
new_creds
== NULL) {
in selinux_inode_copy_up()
3506
new_creds
= prepare_creds();
in selinux_inode_copy_up()
3507
if (!
new_creds
)
in selinux_inode_copy_up()
3511
tsec = selinux_cred(
new_creds
);
in selinux_inode_copy_up()
3515
*new =
new_creds
;
in selinux_inode_copy_up()
Completed in 35 milliseconds