OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unlabeled
(Results
1 - 11
of
11
) sorted by null
/system/sepolicy/prebuilts/api/26.0/public/
te_macros
553
neverallow $1
unlabeled
:service_manager add; #TODO: b/62658302
565
neverallow $1
unlabeled
:hwservice_manager add; #TODO: b/62658302
/external/selinux/policycoreutils/scripts/
fixfiles
75
cat ${SELINUXMNT}/initial_contexts/
unlabeled
| secon -t
256
UNLABELED
=`get_unlabeled_type` || exit $?
257
find /tmp \( -context "*:${
UNLABELED
}*" -o -context "*:${UNDEFINED}*" \) \( -type s -o -type p \) -delete
258
find /tmp \( -context "*:${
UNLABELED
}*" -o -context "*:${UNDEFINED}*" \) -exec chcon --no-dereference --reference /tmp {} \;
259
find /var/tmp \( -context "*:${
UNLABELED
}*" -o -context "*:${UNDEFINED}*" \) -exec chcon --no-dereference --reference /var/tmp {} \;
260
find /var/run \( -context "*:${
UNLABELED
}*" -o -context "*:${UNDEFINED}*" \) -exec chcon --no-dereference --reference /var/run {} \;
261
[ ! -e /var/lib/debug ] || find /var/lib/debug \( -context "*:${
UNLABELED
}*" -o -context "*:${UNDEFINED}*" \) -exec chcon --no-dereference --reference /lib {} \;
/system/sepolicy/prebuilts/api/26.0/private/
system_server.te
384
# Also permit for
unlabeled
/data/data subdirectories and
385
# for
unlabeled
asec containers on upgrades from 4.2.
386
allow system_server
unlabeled
:dir r_dir_perms;
388
allow system_server
unlabeled
:file r_file_perms;
/system/sepolicy/prebuilts/api/27.0/private/
system_server.te
412
# Also permit for
unlabeled
/data/data subdirectories and
413
# for
unlabeled
asec containers on upgrades from 4.2.
414
allow system_server
unlabeled
:dir r_dir_perms;
416
allow system_server
unlabeled
:file r_file_perms;
/prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
branches.go
212
//
unlabeled
branch statement
/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
branches.go
212
//
unlabeled
branch statement
/prebuilts/go/darwin-x86/src/cmd/vet/internal/cfg/
builder.go
439
// Destinations associated with
unlabeled
for/switch/select stmts.
/prebuilts/go/linux-x86/src/cmd/vet/internal/cfg/
builder.go
439
// Destinations associated with
unlabeled
for/switch/select stmts.
/external/selinux/libsepol/tests/policies/test-cond/
refpolicy-base.conf
58
sid
unlabeled
[
all
...]
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
ssa.go
278
//
unlabeled
break and continue statement tracking
[
all
...]
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
ssa.go
278
//
unlabeled
break and continue statement tracking
[
all
...]
Completed in 436 milliseconds