Computation of Object Export Permissions
- Case-1: ExportAPI.Perm = NvSciBufAccessPerm_Auto. Export Application invoked the Export API with NvSciBufAccessPerm_Auto option. In this case:
ObjExport.Perm =  ReconList.Perm- Case-2: ExportAPI.Perm = explicit permissions. Export Application invoked the Export API by explicitly specifying the permissions. In this case, ObjExport.Perm is computed as shown below:
| INPUT | OUTPUT | |
|---|---|---|
| ReconList.Perm | ExportAPI.Perm | ObjExport.Perm | 
| RO | RO | RO | 
| RO | RW | RW | 
| RW | RO | RW | 
| RW | RW | RW |