jack: add jack.other-connect-mode property

Add a new property that controls how connections between other ports are
handled. This can be used to block jack apps from connecting or
disconnecting port they don't own.
This commit is contained in:
Wim Taymans 2024-02-14 15:09:55 +01:00
parent 2807a1eafd
commit a9c0eb993e
2 changed files with 25 additions and 4 deletions

View file

@ -83,6 +83,11 @@ jack.properties = {
# fail-all: Fail all self connect requests
# ignore-all: Ignore all self connect requests
#jack.self-connect-mode = allow
#
# allow: Allow connect request of other ports
# fail: Fail connect requests of other ports
# ignore: Ignore connect requests of other ports
#jack.other-connect-mode = allow
#jack.locked-process = true
#jack.default-as-system = false
#jack.fix-midi-events = true