Skip to content

Commit

Permalink
Version 4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ufrisk committed Aug 5, 2022
1 parent 1b4dbcf commit 4476d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/agent-find-rwx.py
Expand Up @@ -35,7 +35,7 @@
#
#
import memprocfs
vmm = memprocfs.Vmm()
vmm = memprocfs.Vmm(['-device', 'existingremote'])
for process in vmm.process_list():
for entry in process.maps.pte():
if '-rwx' in entry['flags']:
Expand Down

0 comments on commit 4476d92

Please sign in to comment.