Home
last modified time | relevance | path

Searched refs:AT_SECURE (Results 1 – 7 of 7) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0004-Use-configure-to-test-for-feature-instead-of-platfor.patch88 + * setuid or setgid, when issetugid or getauxval(AT_SECURE) is not
91 - * a) getauxval(AT_SECURE); not available until glibc 2.16.
94 + * b) getauxval(AT_SECURE); not available until glibc 2.16.
106 return getauxval(AT_SECURE) != 0;
/openbmc/linux/include/uapi/linux/
H A Dauxvec.h28 #define AT_SECURE 23 /* secure mode boolean */ macro
/openbmc/linux/tools/testing/selftests/capabilities/
H A Dvalidate_cap.c49 if (getauxval(AT_SECURE)) in main()
/openbmc/qemu/include/
H A Delf.h333 #define AT_SECURE 23 /* boolean, was exec suid-like? */ macro
/openbmc/linux/fs/
H A Dbinfmt_elf_fdpic.c660 NEW_AUX_ENT(AT_SECURE, bprm->secureexec); in create_elf_fdpic_tables()
H A Dbinfmt_elf.c275 NEW_AUX_ENT(AT_SECURE, bprm->secureexec); in create_elf_tables()
/openbmc/qemu/linux-user/
H A Delfload.c2698 NEW_AUX_ENT(AT_SECURE, (abi_ulong) qemu_getauxval(AT_SECURE)); in create_elf_tables()