Skip to content

Commit

Permalink
Added constants for macOS 15 support (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreszerocross authored Aug 5, 2024
1 parent b712414 commit 981aba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RestrictEvents/RestrictEvents.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ PluginConfiguration ADDPR(config) {
bootargBeta,
arrsize(bootargBeta),
KernelVersion::MountainLion,
KernelVersion::Sonoma,
KernelVersion::Sequoia,
[]() {
DBGLOG("rev", "restriction policy plugin loaded");
verboseProcessLogging = checkKernelArgument("-revproc");
Expand Down

0 comments on commit 981aba3

Please sign in to comment.