Plucky can allow or block programs by filename, absolute path, or directory.

pluck + allow program foo.exe
pluck + allow program:C:\Windows\System32\notepad.exe
pluck + allow program /usr/bin/env

To allow a program only for a specific user,

pluck + allow user jane program foo.exe

To allow a program only during specific times, use when.

pluck + when 11-12 allow program foo.exe

To allow a program only during specific times by a specific user,

pluck + when 11-12 allow user jane program foo.exe

To allow specific ip’s or ports for a program use:

pluck + allow program foo.exe ipv4:123.456.789.111
pluck + allow foo.exe port:53

Last updated: 2022-08-12