Searched refs:rwx (Results 1 – 19 of 19) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/ |
H A D | postgresql-setup | 31 chmod go-rwx "$PGDATA" 41 chmod go-rwx "$PGLOG" 51 chmod go-rwx "$PGDATA/pg_log"
|
H A D | postgresql.init | 68 chmod go-rwx "$PGLOG"
|
/openbmc/linux/arch/arc/mm/ |
H A D | tlb.c | 397 unsigned int asid_or_sasid, rwx; in create_tlb() local 449 rwx = pte_val(*ptep) & PTE_BITS_RWX; in create_tlb() 452 rwx <<= 3; /* r w x => Kr Kw Kx 0 0 0 */ in create_tlb() 454 rwx |= (rwx << 3); /* r w x => Kr Kw Kx Ur Uw Ux */ in create_tlb() 456 pd1 = rwx | (pte_val(*ptep) & PTE_BITS_NON_RWX_IN_PD1); in create_tlb()
|
/openbmc/qemu/linux-user/loongarch64/ |
H A D | Makefile.vdso | 11 -Wl,--no-warn-rwx-segments -Wl,-z,max-page-size=4096 \
|
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/ |
H A D | sshd_check_keys | 11 chmod go-rwx "$FILE.tmp"
|
/openbmc/qemu/tests/tcg/loongarch64/ |
H A D | Makefile.softmmu-target | 19 LDFLAGS+=-static -nostdlib $(CRT_OBJS) $(MINILIB_OBJS) -lgcc -Wl,--no-warn-rwx-segments
|
/openbmc/linux/Documentation/filesystems/ |
H A D | adfs.rst | 67 These are then masked by ownmask, eg 700 -> -rwx------ 68 Possible owner mode permissions -> -rwx------
|
H A D | ntfs.rst | 137 default rw------- and for directories rwx------, a
|
/openbmc/qemu/target/riscv/ |
H A D | debug.c | 433 bool rwx = !!(ctrl & (TYPE2_LOAD | TYPE2_STORE | TYPE2_EXEC)); in type2_breakpoint_enabled() local 435 return mode && rwx; in type2_breakpoint_enabled() 561 bool rwx = !!(ctrl & (TYPE6_LOAD | TYPE6_STORE | TYPE6_EXEC)); in type6_breakpoint_enabled() local 563 return mode && rwx; in type6_breakpoint_enabled()
|
H A D | cpu_helper.c | 1113 target_ulong rwx = pte & (PTE_R | PTE_W | PTE_X); in get_physical_address() local 1115 switch (rwx) { in get_physical_address() 1126 rwx = is_sstack_idx ? (PTE_R | PTE_W) : (is_probe ? 0 : PTE_R); in get_physical_address() 1143 if (rwx & PTE_R) { in get_physical_address() 1146 if (rwx & PTE_W) { in get_physical_address() 1149 if (rwx & PTE_X) { in get_physical_address()
|
/openbmc/linux/arch/um/ |
H A D | Makefile | 138 LDFLAGS_EXECSTACK += $(call ld-option,--no-warn-rwx-segments)
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | Makefile | 76 LDFLAGS_vmlinux += $(call ld-option,--no-warn-rwx-segments)
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/ |
H A D | setup.sh | 314 chmod -R og-rwx $prefix$var_dir
|
/openbmc/linux/tools/perf/util/ |
H A D | parse-events.l | 170 modifier_bp [rwx]{1,3}
|
/openbmc/u-boot/scripts/ |
H A D | Makefile.spl | 334 LDFLAGS_$(SPL_BIN) += $(call ld-option,--no-warn-rwx-segments)
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | perf-security.rst | 123 # chmod o-rwx perf
|
/openbmc/linux/ |
H A D | Makefile | 1038 KBUILD_LDFLAGS += $(call ld-option,--no-warn-rwx-segments)
|
/openbmc/u-boot/ |
H A D | Makefile | 882 LDFLAGS_u-boot += $(call ld-option,--no-warn-rwx-segments)
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | sanity.bbclass | 894 status.addresult("Please use a umask which allows a+rx and u+rwx\n")
|