github.com/u-root/u-root@v7.0.1-0.20200915234505-ad7babab0a8e+incompatible/docs/securelaunch/securelaunch.policy.example (about) 1 { 2 "default_action": "", 3 "collectors": [ 4 { 5 "type": "dmi", 6 "events": [ 7 { 8 "label": "BIOS", 9 "fields": [] 10 }, 11 { 12 "label": "System", 13 "fields": [] 14 }, 15 { 16 "label": "Processor", 17 "fields": [] 18 } 19 ] 20 }, 21 { 22 "type": "files", 23 "paths": [ "65cfe18c-4f9b-402b-9ea6-4c68c856546e:/Paul/foo" ] 24 }, 25 { 26 "type": "storage", 27 "paths": [ "sda1" ] 28 }, 29 { 30 "type": "cpuid", 31 "location": "65cfe18c-4f9b-402b-9ea6-4c68c856546e:/cpuid.txt" 32 } 33 ], 34 "attestor": {}, 35 "launcher": { 36 "type": "kexec", 37 "params": { 38 "initrd":"sda2:/initramfs-4.14.35-1941.el7uek.x86_64.img", 39 "cmdline":"BOOT_IMAGE=/vmlinuz-4.14.35-1941.el7uek.x86_64 root=/dev/mapper/ol-root ro crashkernel=auto rd.lvm.lv=ol/root netroot=iscsi:@10.196.210.62::3260::iqn.1986-03.com.sun:ovs112-boot rd.iscsi.initiator=iqn.1988-12.com.oracle:ovs112 rd.lvm.lv=ol/home rd.lvm.lv=ol/swap ip=eno2:dhcp console=ttyS0,115200n8 earlyprintk=serial,ttyS0,115200n8,keep printk.time=y intel_iommu=on pci=realloc iommu=pt LANG=en_US.UTF-8", 40 "kernel":"65cfe18c-4f9b-402b-9ea6-4c68c856546e:/vmlinuz-4.14.35-1941.el7uek.x86_64" 41 } 42 }, 43 "eventlog": { 44 "type": "file", 45 "location": "65cfe18c-4f9b-402b-9ea6-4c68c856546e:/evtlog" 46 } 47 }