discord attachments and osu openmsnitch rules
This commit is contained in:
parent
48cb9f9e7c
commit
96d240c517
@ -132,6 +132,51 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
osu_deny = mkIf (config.grimmShared.gaming && graphical) {
|
||||||
|
name = "osu-deny";
|
||||||
|
enabled = true;
|
||||||
|
action = "deny";
|
||||||
|
precedence = false;
|
||||||
|
duration = "always";
|
||||||
|
operator = {
|
||||||
|
type ="regexp";
|
||||||
|
sensitive = false;
|
||||||
|
operand = "process.path";
|
||||||
|
data = "/nix/store/[a-z0-9]{32}-osu-lazer-bin-${escapeRegex (getVersion pkgs.osu-lazer-bin)}-extracted/usr/bin/osu!";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
osu_allow = mkIf (config.grimmShared.gaming && graphical) {
|
||||||
|
name = "osu-allow";
|
||||||
|
enabled = true;
|
||||||
|
action = "allow";
|
||||||
|
precedence = true;
|
||||||
|
duration = "always";
|
||||||
|
operator = {
|
||||||
|
type = "list";
|
||||||
|
operand = "list";
|
||||||
|
list = [
|
||||||
|
{
|
||||||
|
type = "simple";
|
||||||
|
operand = "dest.port";
|
||||||
|
data = "443";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
type ="regexp";
|
||||||
|
sensitive = false;
|
||||||
|
operand = "process.path";
|
||||||
|
data = "/nix/store/[a-z0-9]{32}-osu-lazer-bin-${escapeRegex (getVersion pkgs.osu-lazer-bin)}-extracted/usr/bin/osu!";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
type = "regexp";
|
||||||
|
sensitive = false;
|
||||||
|
operand = "dest.host";
|
||||||
|
data = "(api\.github\.com)|((.+\.)?ppy\.sh)";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
ncspot = mkIf (config.grimmShared.spotify.enable) {
|
ncspot = mkIf (config.grimmShared.spotify.enable) {
|
||||||
name = "ncspot";
|
name = "ncspot";
|
||||||
enabled = true;
|
enabled = true;
|
||||||
@ -375,13 +420,13 @@ in
|
|||||||
operand = "dest.port";
|
operand = "dest.port";
|
||||||
data = "123|37|53";
|
data = "123|37|53";
|
||||||
}
|
}
|
||||||
|
# {
|
||||||
|
# type = "regexp";
|
||||||
|
# sensitive = false;
|
||||||
|
# operand = "dest.host";
|
||||||
|
# data = ".*\.nixos\.pool\.ntp\.org";
|
||||||
|
# }
|
||||||
{
|
{
|
||||||
type = "regexp";
|
|
||||||
sensitive = false;
|
|
||||||
operand = "dest.host";
|
|
||||||
data = ".*\.nixos\.pool\.ntp\.org";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
type = "simple";
|
type = "simple";
|
||||||
operand = "user.id";
|
operand = "user.id";
|
||||||
data = "154";
|
data = "154";
|
||||||
|
@ -4,6 +4,7 @@ discordapp.net
|
|||||||
discord.gg
|
discord.gg
|
||||||
discord.com
|
discord.com
|
||||||
vencord.dev
|
vencord.dev
|
||||||
|
discord-attachments-uploads-prd.storage.googleapis.com
|
||||||
|
|
||||||
github.com
|
github.com
|
||||||
githubusercontent.com
|
githubusercontent.com
|
||||||
|
Loading…
Reference in New Issue
Block a user