Home
last modified time | relevance | path

Searched refs:ipe (Results 1 – 22 of 22) sorted by relevance

/linux-6.12.1/security/ipe/
DMakefile9 cmd_polgen = scripts/ipe/polgen/polgen security/ipe/boot_policy.c $(2)
13 $(obj)/boot_policy.c: scripts/ipe/polgen/polgen $(CONFIG_IPE_BOOT_POLICY) FORCE
22 ipe.o \
Dipe.c94 DEFINE_LSM(ipe) = {
DKconfig29 is deployed via the $securityfs/ipe/policies/$policy_name/active
/linux-6.12.1/arch/s390/kernel/
Djump_label.c37 unsigned char *ipe = (unsigned char *)expected; in jump_label_bug() local
42 pr_emerg("Expected: %6ph\n", ipe); in jump_label_bug()
/linux-6.12.1/Documentation/admin-guide/LSM/
Dipe.rst10 documentation about IPE please see :doc:`the design docs </security/ipe>`.
245 cat "$MY_POLICY.p7b" > /sys/kernel/security/ipe/new_policy
248 ``/sys/kernel/security/ipe/policies/``. The subdirectory will be the
250 the directory will be ``/sys/kernel/security/ipe/policies/Ex_Policy``.
290 ``/sys/kernel/security/ipe/policies/$policy_name/active``.
293 echo 1 > "/sys/kernel/security/ipe/policies/Ex_Policy/active"
300 ``/sys/kernel/security/ipe/policies/$policy_name/delete``.
303 echo 1 > "/sys/kernel/security/ipe/policies/$policy_name/delete"
311 writes to ipe's securityfs nodes require ``CAP_MAC_ADMIN``.
322 line parameter ``ipe.enforce=(0|1)``, or the securityfs node
[all …]
Dindex.rst50 ipe
/linux-6.12.1/drivers/clk/mediatek/
DMakefile15 obj-$(CONFIG_COMMON_CLK_MT6779_IPESYS) += clk-mt6779-ipe.o
100 obj-$(CONFIG_COMMON_CLK_MT8186_IPESYS) += clk-mt8186-ipe.o
114 obj-$(CONFIG_COMMON_CLK_MT8188_IPESYS) += clk-mt8188-ipe.o
126 obj-$(CONFIG_COMMON_CLK_MT8192_IPESYS) += clk-mt8192-ipe.o
140 obj-$(CONFIG_COMMON_CLK_MT8195_IPESYS) += clk-mt8195-ipe.o
/linux-6.12.1/Documentation/security/
Dindex.rst22 ipe
Dipe.rst10 :doc:`IPE admin guide </admin-guide/LSM/ipe>`.
445 `test suite <https://github.com/microsoft/ipe/tree/test-suite>`_ that
/linux-6.12.1/security/
DKconfig227 source "security/ipe/Kconfig"
267 …default "landlock,lockdown,yama,loadpin,safesetid,smack,selinux,tomoyo,apparmor,ipe,bpf" if DEFAUL…
268 …default "landlock,lockdown,yama,loadpin,safesetid,apparmor,selinux,smack,tomoyo,ipe,bpf" if DEFAUL…
269 default "landlock,lockdown,yama,loadpin,safesetid,tomoyo,ipe,bpf" if DEFAULT_SECURITY_TOMOYO
270 default "landlock,lockdown,yama,loadpin,safesetid,ipe,bpf" if DEFAULT_SECURITY_DAC
271 default "landlock,lockdown,yama,loadpin,safesetid,selinux,smack,tomoyo,apparmor,ipe,bpf"
DMakefile28 obj-$(CONFIG_SECURITY_IPE) += ipe/
/linux-6.12.1/scripts/
DMakefile58 subdir-$(CONFIG_SECURITY_IPE) += ipe
/linux-6.12.1/drivers/net/ethernet/intel/idpf/
Didpf_singleq_txrx.c615 if (unlikely(ipv4 && (csum_bits.ipe || csum_bits.eipe))) in idpf_rx_singleq_csum()
676 csum_bits.ipe = FIELD_GET(VIRTCHNL2_RX_BASE_DESC_ERROR_IPE_M, rx_error); in idpf_rx_singleq_base_csum()
708 csum_bits.ipe = FIELD_GET(VIRTCHNL2_RX_FLEX_DESC_STATUS0_XSUM_IPE_M, in idpf_rx_singleq_flex_csum()
Didpf_txrx.h219 u32 ipe : 1; member
Didpf_txrx.c2913 if (unlikely(ipv4 && (csum_bits.ipe || csum_bits.eipe))) in idpf_rx_csum()
2957 csum.ipe = FIELD_GET(VIRTCHNL2_RX_FLEX_DESC_ADV_STATUS0_XSUM_IPE_M, in idpf_rx_splitq_extract_csum_bits()
/linux-6.12.1/arch/alpha/include/asm/
Dcore_marvel.h235 unsigned ipe : 10; /* <23:14> */ member
/linux-6.12.1/arch/arm64/boot/dts/mediatek/
Dmt8192.dtsi591 clock-names = "ipe", "ipe-0", "ipe-1", "ipe-2",
592 "ipe-3";
Dmt8186.dtsi1059 clock-names = "subsys-ipe-top",
1060 "subsys-ipe-larb0",
1061 "subsys-ipe-larb1",
1062 "subsys-ipe-smi",
1063 "subsys-ipe-gals";
Dmt8195.dtsi753 clock-names = "ipe", "ipe-0", "ipe-1";
/linux-6.12.1/Documentation/filesystems/
Dfsverity.rst97 modes, please refer to :doc:`IPE admin guide </admin-guide/LSM/ipe>`.
513 Please refer to :doc:`IPE admin guide </admin-guide/LSM/ipe>` for
/linux-6.12.1/Documentation/admin-guide/
Dkernel-parameters.txt2370 ipe.enforce= [IPE]
2375 ipe.success_audit=
/linux-6.12.1/
DMAINTAINERS11262 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wufan/ipe.git
11263 F: Documentation/admin-guide/LSM/ipe.rst
11264 F: Documentation/security/ipe.rst
11265 F: scripts/ipe/
11266 F: security/ipe/