summaryrefslogtreecommitdiffhomepage
path: root/mullvad-exclude/src
AgeCommit message (Collapse)AuthorFilesLines
2020-12-18Fix 'usage' stringDavid Lönnhager1-1/+1
2020-10-21Get rid of unnecessary vector in mullvad-excludeDavid Lönnhager1-2/+1
2020-09-16Upgrade dependenciesDavid Lönnhager1-1/+2
2020-07-23Determine `net_cls` mountpoint dynamicallyEmīls1-8/+14
2020-06-05Improve mullvad-excludeEmīls1-2/+12
`mullvad-exclude` seems to fail on NixOS with a permissions error when trying to open /sys/fs/cgroup/net_cls/mullvad-exclude/cgroup.procs. I noticed that the daemon did not have such issues, so I presumed it's the options with which the procs file is opened with that are to blame. As such, I've set the changed the code to use the same options in `mullvad-exclude` as in `talpid-core`.
2020-06-02Define cgroup name in one placeDavid Lönnhager1-3/+8
2020-06-02Add launcher binary for excluded apps (mullvad-exclude)David Lönnhager1-0/+90