Home
last modified time | relevance | path

Searched refs:rwx (Results 1 – 19 of 19) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/
H A Dpostgresql-setup31 chmod go-rwx "$PGDATA"
41 chmod go-rwx "$PGLOG"
51 chmod go-rwx "$PGDATA/pg_log"
H A Dpostgresql.init68 chmod go-rwx "$PGLOG"
/openbmc/linux/arch/arc/mm/
H A Dtlb.c397 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 DMakefile.vdso11 -Wl,--no-warn-rwx-segments -Wl,-z,max-page-size=4096 \
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/
H A Dsshd_check_keys11 chmod go-rwx "$FILE.tmp"
/openbmc/qemu/tests/tcg/loongarch64/
H A DMakefile.softmmu-target19 LDFLAGS+=-static -nostdlib $(CRT_OBJS) $(MINILIB_OBJS) -lgcc -Wl,--no-warn-rwx-segments
/openbmc/linux/Documentation/filesystems/
H A Dadfs.rst67 These are then masked by ownmask, eg 700 -> -rwx------
68 Possible owner mode permissions -> -rwx------
H A Dntfs.rst137 default rw------- and for directories rwx------, a
/openbmc/qemu/target/riscv/
H A Ddebug.c433 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 Dcpu_helper.c1113 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 DMakefile138 LDFLAGS_EXECSTACK += $(call ld-option,--no-warn-rwx-segments)
/openbmc/linux/arch/x86/boot/compressed/
H A DMakefile76 LDFLAGS_vmlinux += $(call ld-option,--no-warn-rwx-segments)
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Dsetup.sh314 chmod -R og-rwx $prefix$var_dir
/openbmc/linux/tools/perf/util/
H A Dparse-events.l170 modifier_bp [rwx]{1,3}
/openbmc/u-boot/scripts/
H A DMakefile.spl334 LDFLAGS_$(SPL_BIN) += $(call ld-option,--no-warn-rwx-segments)
/openbmc/linux/Documentation/admin-guide/
H A Dperf-security.rst123 # chmod o-rwx perf
/openbmc/linux/
H A DMakefile1038 KBUILD_LDFLAGS += $(call ld-option,--no-warn-rwx-segments)
/openbmc/u-boot/
H A DMakefile882 LDFLAGS_u-boot += $(call ld-option,--no-warn-rwx-segments)
/openbmc/openbmc/poky/meta/classes-global/
H A Dsanity.bbclass894 status.addresult("Please use a umask which allows a+rx and u+rwx\n")