OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unlabeled
(Results
1 - 2
of
2
) sorted by null
/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 {} \;
/external/selinux/libsepol/tests/policies/test-cond/
refpolicy-base.conf
58
sid
unlabeled
[
all
...]
Completed in 63 milliseconds