sysfs-fs-fuse 738 B

12345678910111213141516171819
  1. What: /sys/fs/fuse/features/fuse_bpf
  2. Date: December 2022
  3. Contact: Paul Lawrence <[email protected]>
  4. Description:
  5. Read-only file that contains the word 'supported' if fuse-bpf is
  6. supported, does not exist otherwise
  7. What: /sys/fs/fuse/bpf_prog_type_fuse
  8. Date: December 2022
  9. Contact: Paul Lawrence <[email protected]>
  10. Description:
  11. bpf_prog_type_fuse defines the program type of bpf programs that
  12. may be passed to fuse-bpf. For upstream bpf program types, this
  13. is a constant defined in a contiguous array of constants.
  14. bpf_prog_type_fuse is appended to the end of the list, so it may
  15. change and therefore its value must be read from this file.
  16. Contents is ASCII decimal representation of bpf_prog_type_fuse