Home
last modified time | relevance | path

Searched refs:transition (Results 1 – 25 of 335) sorted by relevance

12345678910>>...14

/system/sepolicy/prebuilts/api/26.0/public/
Dvendor_toolbox.te3 # and is always executed without transition.
6 # Do not allow domains to transition to vendor toolbox
9 # Do not allow non-vendor domains to transition
Dlogpersist.te19 # Following is a list of debug domains we know that transition to logpersist
25 # } logpersist:process transition;
Dhal_neverallows.te41 # Do not allow a hal to exec another process without a domain transition.
48 # Do not allow a process other than init to transition into a HAL domain.
49 neverallow { domain -init } halserverdomain:process transition;
/system/sepolicy/prebuilts/api/27.0/public/
Dvendor_toolbox.te3 # and is always executed without transition.
6 # Do not allow domains to transition to vendor toolbox
9 # Do not allow non-vendor domains to transition
Dlogpersist.te19 # Following is a list of debug domains we know that transition to logpersist
25 # } logpersist:process transition;
Dhal_neverallows.te40 # Do not allow a hal to exec another process without a domain transition.
47 # Do not allow a process other than init to transition into a HAL domain.
48 neverallow { domain -init } halserverdomain:process transition;
/system/sepolicy/prebuilts/api/28.0/public/
Dvendor_toolbox.te3 # and is always executed without transition.
6 # Do not allow domains to transition to vendor toolbox
9 # Do not allow non-vendor domains to transition
Dlogpersist.te19 # Following is a list of debug domains we know that transition to logpersist
25 # } logpersist:process transition;
Dhal_neverallows.te47 # Do not allow a hal to exec another process without a domain transition.
54 # Do not allow a process other than init to transition into a HAL domain.
55 neverallow { domain -init } halserverdomain:process transition;
/system/sepolicy/prebuilts/api/29.0/public/
Dvendor_toolbox.te3 # and is always executed without transition.
6 # Do not allow domains to transition to vendor toolbox
9 # Do not allow non-vendor domains to transition
Dlogpersist.te19 # Following is a list of debug domains we know that transition to logpersist
25 # } logpersist:process transition;
Dhal_neverallows.te47 # Do not allow a hal to exec another process without a domain transition.
54 # Do not allow a process other than init to transition into a HAL domain.
55 neverallow { domain -init } halserverdomain:process transition;
/system/sepolicy/public/
Dvendor_toolbox.te3 # and is always executed without transition.
6 # Do not allow domains to transition to vendor toolbox
9 # Do not allow non-vendor domains to transition
Dlogpersist.te23 # Following is a list of debug domains we know that transition to logpersist
29 # } logpersist:process transition;
Dhal_neverallows.te49 # Do not allow a hal to exec another process without a domain transition.
56 # Do not allow a process other than init to transition into a HAL domain.
57 neverallow { domain -init } halserverdomain:process transition;
/system/sepolicy/prebuilts/api/30.0/public/
Dvendor_toolbox.te3 # and is always executed without transition.
6 # Do not allow domains to transition to vendor toolbox
9 # Do not allow non-vendor domains to transition
Dlogpersist.te23 # Following is a list of debug domains we know that transition to logpersist
29 # } logpersist:process transition;
Dhal_neverallows.te49 # Do not allow a hal to exec another process without a domain transition.
56 # Do not allow a process other than init to transition into a HAL domain.
57 neverallow { domain -init } halserverdomain:process transition;
/system/sepolicy/prebuilts/api/29.0/private/
Dapp.te10 # Exception for the shell and su domains, can transition to runas, etc.
15 { domain -appdomain -crash_dump -rs }:process { transition };
/system/sepolicy/prebuilts/api/26.0/private/
Dwebview_zygote.te6 # The webview_zygote needs to be able to transition domains.
9 # When init launches the WebView zygote's executable, transition the
57 # Only permit transition to isolated_app.
61 neverallow webview_zygote { domain -crash_dump }:process transition;
68 neverallow { domain -init } webview_zygote:process transition;
Dotapreopt_chroot.te3 # Allow to transition to postinstall_ota, to run otapreopt in its own sandbox.
/system/sepolicy/prebuilts/api/27.0/private/
Dwebview_zygote.te6 # The webview_zygote needs to be able to transition domains.
9 # When init launches the WebView zygote's executable, transition the
61 # Only permit transition to isolated_app.
65 neverallow webview_zygote { domain -crash_dump }:process transition;
72 neverallow { domain -init } webview_zygote:process transition;
Dotapreopt_chroot.te3 # Allow to transition to postinstall_ota, to run otapreopt in its own sandbox.
/system/timezone/debug_tools/host/main/java/
DTzFileDumper.java190 Transition transition = new Transition(transitionTimes[i], typeIndex); in createTransitions() local
191 transitions.add(transition); in createTransitions()
211 for (Transition transition : transitions) { in writeTransitions()
212 Type type = types.get(transition.typeIndex); in writeTransitions()
214 transition.transitionTimeSeconds, in writeTransitions()
215 transition.typeIndex, in writeTransitions()
216 formatTimeSeconds(transition.transitionTimeSeconds), in writeTransitions()
/system/sepolicy/prebuilts/api/28.0/
Dvendor_sepolicy.cil477 (allow init_28_0 hal_audio_default (process (transition)))
486 (allow init_28_0 hal_audiocontrol_default (process (transition)))
495 (allow init_28_0 hal_authsecret_default (process (transition)))
504 (allow init_28_0 hal_bluetooth_default (process (transition)))
513 (allow init_28_0 hal_bootctl_default (process (transition)))
522 (allow init_28_0 hal_broadcastradio_default (process (transition)))
531 (allow init_28_0 hal_camera_default (process (transition)))
543 (allow init_28_0 hal_cas_default (process (transition)))
557 (allow init_28_0 hal_configstore_default (process (transition)))
566 (allow init_28_0 hal_confirmationui_default (process (transition)))
[all …]

12345678910>>...14