/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | video-mode.c | 31 void probe_cards(int unsafe) in probe_cards() argument 36 if (probed[unsafe]) in probe_cards() 39 probed[unsafe] = 1; in probe_cards() 42 if (card->unsafe == unsafe) { in probe_cards()
|
H A D | video.h | 76 int unsafe; /* Probing is unsafe, only do after "scan" */ member
|
H A D | video-bios.c | 123 .unsafe = 1,
|
H A D | boot.h | 359 void probe_cards(int unsafe);
|
/kernel/linux/linux-6.6/arch/x86/boot/ |
H A D | video-mode.c | 31 void probe_cards(int unsafe) in probe_cards() argument 36 if (probed[unsafe]) in probe_cards() 39 probed[unsafe] = 1; in probe_cards() 42 if (card->unsafe == unsafe) { in probe_cards()
|
H A D | video-bios.c | 123 .unsafe = 1,
|
H A D | video.h | 76 int unsafe; /* Probing is unsafe, only do after "scan" */ member
|
H A D | boot.h | 326 void probe_cards(int unsafe);
|
/kernel/linux/linux-5.10/drivers/ntb/test/ |
H A D | ntb_pingpong.c | 91 static unsigned int unsafe; variable 92 module_param(unsafe, uint, 0644); 93 MODULE_PARM_DESC(unsafe, "Run even though ntb operations may be unsafe"); 247 dev_dbg(&ntb->dev, "Doorbell is unsafe\n"); in pp_check_ntb() 248 if (!unsafe) in pp_check_ntb() 253 dev_dbg(&ntb->dev, "Scratchpad is unsafe\n"); in pp_check_ntb() 254 if (!unsafe) in pp_check_ntb()
|
/kernel/linux/linux-6.6/drivers/ntb/test/ |
H A D | ntb_pingpong.c | 91 static unsigned int unsafe; variable 92 module_param(unsafe, uint, 0644); 93 MODULE_PARM_DESC(unsafe, "Run even though ntb operations may be unsafe"); 247 dev_dbg(&ntb->dev, "Doorbell is unsafe\n"); in pp_check_ntb() 248 if (!unsafe) in pp_check_ntb() 253 dev_dbg(&ntb->dev, "Scratchpad is unsafe\n"); in pp_check_ntb() 254 if (!unsafe) in pp_check_ntb()
|
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | domain.c | 796 bool *unsafe) in handle_onexec() 810 bprm, buffer, cond, unsafe)); in handle_onexec() 816 cond, unsafe)); in handle_onexec() 822 buffer, cond, unsafe)); in handle_onexec() 829 cond, unsafe)); in handle_onexec() 860 bool unsafe = false; in apparmor_bprm_creds_for_exec() local 879 if ((bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS) && !unconfined(label) && in apparmor_bprm_creds_for_exec() 893 bprm, buffer, &cond, &unsafe); in apparmor_bprm_creds_for_exec() 897 &cond, &unsafe)); in apparmor_bprm_creds_for_exec() 916 if ((bprm->unsafe in apparmor_bprm_creds_for_exec() 792 handle_onexec(struct aa_label *label, struct aa_label *onexec, bool stack, const struct linux_binprm *bprm, char *buffer, struct path_cond *cond, bool *unsafe) handle_onexec() argument [all...] |
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | domain.c | 812 bool *unsafe) in handle_onexec() 826 bprm, buffer, cond, unsafe)); in handle_onexec() 833 cond, unsafe)); in handle_onexec() 839 buffer, cond, unsafe)); in handle_onexec() 847 cond, unsafe)); in handle_onexec() 880 bool unsafe = false; in apparmor_bprm_creds_for_exec() local 902 if ((bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS) && !unconfined(label) && in apparmor_bprm_creds_for_exec() 916 bprm, buffer, &cond, &unsafe); in apparmor_bprm_creds_for_exec() 921 &cond, &unsafe)); in apparmor_bprm_creds_for_exec() 940 if ((bprm->unsafe in apparmor_bprm_creds_for_exec() 807 handle_onexec(const struct cred *subj_cred, struct aa_label *label, struct aa_label *onexec, bool stack, const struct linux_binprm *bprm, char *buffer, struct path_cond *cond, bool *unsafe) handle_onexec() argument [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/ |
H A D | lib.mk | 75 rsync -aq --copy-unsafe-links $(TEST_PROGS) $(TEST_PROGS_EXTENDED) $(TEST_FILES) $(OUTPUT); \ 89 $(if $(INSTALL_LIST),rsync -a --copy-unsafe-links $(INSTALL_LIST) $(INSTALL_PATH)/)
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | binfmts.h | 52 int unsafe; /* how unsafe this exec is (mask of LSM_UNSAFE_*) */ member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | binfmts.h | 50 int unsafe; /* how unsafe this exec is (mask of LSM_UNSAFE_*) */ member
|
/kernel/linux/linux-5.10/tools/lib/perf/Documentation/ |
H A D | Makefile | 38 ASCIIDOC_EXTRA = --unsafe -f asciidoc.conf
|
/kernel/linux/linux-6.6/tools/lib/perf/Documentation/ |
H A D | Makefile | 38 ASCIIDOC_EXTRA = --unsafe -f asciidoc.conf
|
/kernel/linux/linux-5.10/tools/lib/traceevent/Documentation/ |
H A D | Makefile | 31 ASCIIDOC_EXTRA = --unsafe -f asciidoc.conf
|
/kernel/linux/linux-6.6/tools/perf/Documentation/ |
H A D | Makefile | 48 ASCIIDOC_EXTRA += --unsafe -f asciidoc.conf
|
/kernel/linux/linux-5.10/security/ |
H A D | commoncap.c | 862 ((bprm->unsafe & ~LSM_UNSAFE_PTRACE) || in cap_bprm_creds_from_file() 866 (bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS)) { in cap_bprm_creds_from_file()
|
/kernel/linux/linux-6.6/security/ |
H A D | commoncap.c | 917 ((bprm->unsafe & ~LSM_UNSAFE_PTRACE) || in cap_bprm_creds_from_file() 921 (bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS)) { in cap_bprm_creds_from_file()
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
H A D | Makefile | 51 ASCIIDOC_EXTRA += --unsafe -f asciidoc.conf
|
/kernel/linux/linux-5.10/fs/ |
H A D | exec.c | 1561 bprm->unsafe |= LSM_UNSAFE_PTRACE; in check_unsafe_exec() 1568 bprm->unsafe |= LSM_UNSAFE_NO_NEW_PRIVS; in check_unsafe_exec() 1581 bprm->unsafe |= LSM_UNSAFE_SHARE; in check_unsafe_exec()
|
/kernel/linux/linux-6.6/fs/ |
H A D | exec.c | 1572 bprm->unsafe |= LSM_UNSAFE_PTRACE; in check_unsafe_exec() 1579 bprm->unsafe |= LSM_UNSAFE_NO_NEW_PRIVS; in check_unsafe_exec() 1598 bprm->unsafe |= LSM_UNSAFE_SHARE; in check_unsafe_exec() 1827 * Check for unsafe execution states before exec_binprm(), which in bprm_execve()
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | entry-armv.S | 328 mov lr, r1 @ Restore lr_abt, abort is unsafe
|