Skip to content

Commit cfa6174

Browse files
authored
ACD - Added jline acceptable security exception (#49)
* ACD - Added jline acceptable security exception to handle failure creating a system terminal which falls back to a dumb one
1 parent 97fba1e commit cfa6174

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

debugger/src/main/resources/acceptable-security-check-failures.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@ org\.apache\.pdfbox\.pdmodel\.font\.FileSystemFontProvider.*
1616
# continue with a valid default for Windows
1717
java\.io\.FilePermission ".*somaxconn", "read"
1818
io\.netty\.util\.NetUtil\$.*:267
19+
20+
# At startup time, Karaf tries to create a system terminal and will fall back to a dumb one if it
21+
# cannot.
22+
java\.io\.FilePermission "<<ALL FILES>>", "execute"
23+
org\.jline\.utils\.ExecHelper:35
24+
org\.jline\.terminal\.TerminalBuilder:376

0 commit comments

Comments
 (0)