Home
last modified time | relevance | path

Searched refs:allow (Results 1 – 25 of 869) sorted by relevance

12345678910>>...35

/openbmc/qemu/tests/
H A Ddbus-vmstate-daemon.sh39 <allow send_type="signal"/>
40 <allow send_requested_reply="true" send_type="method_return"/>
41 <allow send_requested_reply="true" send_type="error"/>
44 <allow receive_type="method_call"/>
45 <allow receive_type="method_return"/>
46 <allow receive_type="error"/>
47 <allow receive_type="signal"/>
50 <allow send_destination="org.freedesktop.DBus"
52 <allow send_destination="org.freedesktop.DBus"
54 <allow send_destination="org.freedesktop.DBus"
[all …]
/openbmc/btbridge/
H A Dorg.openbmc.HostIpmi.conf14 <allow own="org.openbmc.HostIpmi"/>
15 <allow send_destination="org.openbmc.HostIpmi"/>
16 <allow receive_sender="org.openbmc.HostIpmi"/>
20 <allow send_destination="org.openbmc.HostIpmi"/>
21 <allow receive_sender="org.openbmc.HostIpmi"/>
/openbmc/qemu/rust/bits/src/
H A Dlib.rs106 $( #[allow(dead_code)] $(#[$const_meta])*
112 #[allow(dead_code)]
118 #[allow(dead_code)]
124 #[allow(dead_code)]
130 #[allow(dead_code)]
136 #[allow(dead_code)]
142 #[allow(dead_code)]
148 #[allow(dead_code)]
154 #[allow(dead_code)]
160 #[allow(dead_code)]
[all …]
/openbmc/openbmc/poky/meta/recipes-support/user-creation/files/
H A Dsystem-xuser.conf5 <allow send_destination="net.connman"/>
6 <allow send_destination="net.connman.vpn"/>
7 <allow send_destination="org.ofono"/>
8 <allow send_destination="org.bluez"/>
/openbmc/qemu/tests/qapi-schema/
H A Dallow-preconfig-test.err1 allow-preconfig-test.json: In command 'allow-preconfig-test':
2 allow-preconfig-test.json:2: flag 'allow-preconfig' may only use true value
H A Dallow-preconfig-test.json1 # Check against allow-preconfig illegal value
2 { 'command': 'allow-preconfig-test', 'allow-preconfig': 'some-string' }
H A Doob-coroutine.json1 # Check that incompatible flags allow-oob and coroutine are rejected
2 { 'command': 'oob-command-1', 'allow-oob': true, 'coroutine': true }
/openbmc/phosphor-logging/dist/busconfig/
H A Dphosphor-logging.conf5 <allow own_prefix="xyz.openbmc_project.Logging"/>
6 <allow send_destination="xyz.openbmc_project.Logging"/>
10 <allow send_destination="xyz.openbmc_project.Logging"/>
H A Dphosphor-rsyslog-config.conf5 <allow own="xyz.openbmc_project.Syslog.Config"/>
6 <allow send_destination="xyz.openbmc_project.Syslog.Config"/>
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A Dorg.freedesktop.hostname1_no_polkit.conf7 <allow own="org.freedesktop.hostname1"/>
8 <allow send_destination="org.freedesktop.hostname1"/>
9 <allow receive_sender="org.freedesktop.hostname1"/>
/openbmc/qemu/rust/
H A DCargo.toml26 # and ensures that we do not have misspelled allow() attributes.
27 unknown_lints = "allow"
33 private_intra_doc_links = "allow"
44 result_unit_err = "allow"
47 unused_self = "allow"
49 upper_case_acronyms = "allow"
51 # default-allow lints
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dfuse-allow-other.out1 QA output created by fuse-allow-other
6 --- allow-other=off ---
15 'allow-other': 'off'
35 --- allow-other=on ---
44 'allow-other': 'on'
62 --- allow-other=auto ---
71 'allow-other': 'auto'
/openbmc/phosphor-certificate-manager/dist/busconfig/
H A Dphosphor-authority-cert-config.conf5 <allow own="xyz.openbmc_project.Certs.Manager.Authority.Truststore"/>
6 <allow send_destination="xyz.openbmc_project.Certs.Manager.Authority.Truststore"/>
H A Dphosphor-bmcweb-cert-config.conf5 <allow own="xyz.openbmc_project.Certs.Manager.Server.Https"/>
6 <allow send_destination="xyz.openbmc_project.Certs.Manager.Server.Https"/>
H A Dbmc-vmi-ca.conf5 <allow own="xyz.openbmc_project.Certs.ca.authority.Manager"/>
6 <allow send_destination="xyz.openbmc_project.Certs.ca.authority.Manager"/>
/openbmc/openpower-pnor-code-mgmt/dbus/
H A Dorg.open_power.Software.Host.Updater.conf5 <allow own="org.open_power.Software.Host.Updater"/>
6 <allow send_destination="org.open_power.Software.Host.Updater"/>
/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/dbus-perms/
H A Dorg.openbmc.conf5 <allow own="*"/>
6 <allow send_destination="*"/>
/openbmc/phosphor-user-manager/
H A Dphosphor-nslcd-cert-config.conf5 <allow own="xyz.openbmc_project.Certs.Manager.Client.Ldap"/>
6 <allow send_destination="xyz.openbmc_project.Certs.Manager.Client.Ldap"/>
/openbmc/phosphor-objmgr/src/dbus/
H A Dxyz.openbmc_project.ObjectMapper.conf5 <allow own="xyz.openbmc_project.ObjectMapper"/>
6 <allow send_destination="xyz.openbmc_project.ObjectMapper"/>
/openbmc/openbmc/poky/meta-selftest/recipes-test/images/
H A Doe-selftest-image.bb5 IMAGE_FEATURES = "allow-empty-password empty-root-password allow-root-login"
/openbmc/openbmc/meta-google/recipes-phosphor/flash/google-key/
H A Dverify-bmc-image.sh26 --allow-dev|-d)
54 command gpg --batch --allow-non-selfsigned-uid --no-tty "$@"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/
H A Dfix-clang-private-operator.patch11 TPoolAllocator& operator=(const TPoolAllocator&); // don't allow assignment operator
13 TPoolAllocator(const TPoolAllocator&); // don't allow default copy constructor
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip/
H A D0005-test-common-CMakeLists.txt-add-missing-link-with-dlt.patch11 x86_64-poky-linux-ld.lld: error: undefined reference due to --no-allow-shlib-undefined: dlt_check_l…
14 x86_64-poky-linux-ld.lld: error: undefined reference due to --no-allow-shlib-undefined: dlt_registe…
17 x86_64-poky-linux-ld.lld: error: undefined reference due to --no-allow-shlib-undefined: dlt_unregis…
/openbmc/openbmc/meta-phosphor/classes/
H A Dphosphor-rootfs-postcommands.bbclass2 # This function is intended to add root to corresponding groups if 'allow-root-login' is in IMAGE_F…
10 ROOTFS_POSTPROCESS_COMMAND += '${@bb.utils.contains_any("IMAGE_FEATURES", [ 'allow-root-login' ], "…
/openbmc/openbmc/meta-google/recipes-google/acpi-power-state-daemon/
H A Dacpi-power-state-daemon_git.bb1 SUMMARY = "ACPI Power/Sleep state daemon to allow host state events"
2 DESCRIPTION = "ACPI Power/Sleep state daemon to allow host state events"

12345678910>>...35