Home
last modified time | relevance | path

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

/linux/security/ipe/
H A 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 \
H A Dipe.c95 DEFINE_LSM(ipe) = {
/linux/Documentation/admin-guide/LSM/
H A Dipe.rst10 documentation about IPE please see :doc:`the design docs </security/ipe>`.
258 cat "$MY_POLICY.p7b" > /sys/kernel/security/ipe/new_policy
261 ``/sys/kernel/security/ipe/policies/``. The subdirectory will be the
263 the directory will be ``/sys/kernel/security/ipe/policies/Ex_Policy``.
303 ``/sys/kernel/security/ipe/policies/$policy_name/active``.
306 echo 1 > "/sys/kernel/security/ipe/policies/Ex_Policy/active"
313 ``/sys/kernel/security/ipe/policies/$policy_name/delete``.
316 echo 1 > "/sys/kernel/security/ipe/policies/$policy_name/delete"
324 writes to ipe's securityfs nodes require ``CAP_MAC_ADMIN``.
335 line parameter ``ipe.enforce=(0|1)``, or the securityfs node
[all …]
/linux/arch/s390/kernel/
H A 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/Documentation/translations/zh_CN/security/
H A Dipe.rst16 guide </admin-guide/LSM/ipe>`。
397 `测试套件 <https://github.com/microsoft/ipe/tree/test-suite>`_
H A Dindex.rst34 * ipe
/linux/drivers/clk/mediatek/
H A DMakefile20 obj-$(CONFIG_COMMON_CLK_MT6779_IPESYS) += clk-mt6779-ipe.o
105 obj-$(CONFIG_COMMON_CLK_MT8186_IPESYS) += clk-mt8186-ipe.o
119 obj-$(CONFIG_COMMON_CLK_MT8188_IPESYS) += clk-mt8188-ipe.o
131 obj-$(CONFIG_COMMON_CLK_MT8192_IPESYS) += clk-mt8192-ipe.o
145 obj-$(CONFIG_COMMON_CLK_MT8195_IPESYS) += clk-mt8195-ipe.o
/linux/security/
H A DKconfig232 source "security/ipe/Kconfig"
273 default "landlock,lockdown,yama,loadpin,safesetid,smack,selinux,tomoyo,apparmor,ipe,bpf" if DEFAULT_SECURITY_SMACK
274 default "landlock,lockdown,yama,loadpin,safesetid,apparmor,selinux,smack,tomoyo,ipe,bpf" if DEFAULT_SECURITY_APPARMOR
275 default "landlock,lockdown,yama,loadpin,safesetid,tomoyo,ipe,bpf" if DEFAULT_SECURITY_TOMOYO
276 default "landlock,lockdown,yama,loadpin,safesetid,ipe,bpf" if DEFAULT_SECURITY_DAC
277 default "landlock,lockdown,yama,loadpin,safesetid,selinux,smack,tomoyo,apparmor,ipe,bpf"
H A DMakefile28 obj-$(CONFIG_SECURITY_IPE) += ipe/
/linux/Documentation/security/
H A Dindex.rst22 ipe
H A Dipe.rst10 :doc:`IPE admin guide </admin-guide/LSM/ipe>`.
445 `test suite <https://github.com/microsoft/ipe/tree/test-suite>`_ that
/linux/scripts/
H A DMakefile65 subdir-$(CONFIG_SECURITY_IPE) += ipe
/linux/include/net/libeth/
H A Drx.h223 u32 ipe:1; member
/linux/arch/alpha/include/asm/
H A Dcore_marvel.h235 unsigned ipe : 10; /* <23:14> */ member
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c940 if (unlikely(ipv4 && (csum_bits.ipe || csum_bits.eipe))) in iavf_rx_csum()
985 csum_bits.ipe = FIELD_GET(IAVF_RXD_LEGACY_IPE_M, qw1); in iavf_legacy_rx_csum()
1015 csum_bits.ipe = FIELD_GET(IAVF_RXD_FLEX_XSUM_IPE_M, qw1); in iavf_flex_rx_csum()
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.c3226 if (unlikely(ipv4 && (csum_bits.ipe || csum_bits.eipe))) in idpf_rx_csum()
3270 csum.ipe = FIELD_GET(VIRTCHNL2_RX_FLEX_DESC_ADV_STATUS0_XSUM_IPE_M, in idpf_rx_splitq_extract_csum_bits()
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt2720 ipe.enforce= [IPE]
2725 ipe.success_audit=
/linux/
H A DMAINTAINERS12674 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wufan/ipe.git
12675 F: Documentation/admin-guide/LSM/ipe.rst
12676 F: Documentation/security/ipe.rst
12677 F: scripts/ipe/
12678 F: security/ipe/