Skip to content

Commit 7a6f34d

Browse files
authored
Fix config stanza reading login in the splunkenv.py
1 parent 32e838f commit 7a6f34d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

solnlib/splunkenv.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ def get_conf_stanzas(conf_name: str) -> dict:
298298
"btool",
299299
conf_name,
300300
"list",
301+
"--app=system",
301302
]
302303
p = subprocess.Popen( # nosemgrep: python.lang.security.audit.dangerous-subprocess-use.dangerous-subprocess-use
303304
btool_cli, stdout=subprocess.PIPE, stderr=subprocess.PIPE

0 commit comments

Comments
 (0)