d3fend / d3fend-ontology

This repository holds the necessary content to produce the D3FEND ontology distribution.
https://d3fend.mitre.org
MIT License
55 stars 26 forks source link

GetRunningProcesses enumerates Process #231

Closed aamedina closed 5 months ago

aamedina commented 5 months ago

I propose that this system call has the restriction d3f:enumerates d3f:Process, similar to how d3f:GetOpenSockets d3f:enumerates d3f:Pipe.

d3f:GetRunningProcesses a owl:Class ;
    rdfs:label "Get Running Processes" ;
    rdfs:subClassOf d3f:SystemCall, 
        [ a owl:Restriction ;
            owl:onProperty d3f:enumerates ;
            owl:someValuesFrom d3f:Process ] .
netfl0 commented 5 months ago

Merged.