Skip to content

Commit 45cdacc

Browse files
committed
Add extra option for perspect executable to avoid elevating the user
1 parent 37e6acc commit 45cdacc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gprofiler/hw_metrics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def start(self) -> None:
9393
str(self._perfspect_duration),
9494
"--output",
9595
PERFSPECT_DATA_DIRECTORY,
96+
"--noroot",
9697
]
9798

9899
# Add --debug if verbose is enabled

0 commit comments

Comments
 (0)