This file is indexed.

/var/target/policy/fabric_ib_srpt.lio is in python-rtslib 1:3.0~pre4.1~g1b33ceb-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
fabric ib_srpt {
    target %srpt_wwn {
        acl %str {
            mapped_lun %int {
                target_lun @(-3 lun)
                write_protect %bool(no)
            }
        }
        attribute {
            srp_max_rdma_size %int(65536)
            srp_max_rsp_size %int(256)
            srp_sq_size %int(4096)
        }
        lun %int backend %backend
    }
}