mirror of
https://github.com/google/santa.git
synced 2026-01-16 17:57:54 -05:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
63ca34bc54 |
@@ -324,8 +324,8 @@ void diskDisappearedCallback(DADiskRef disk, void *context) {
|
||||
if (old == NO && new == YES) {
|
||||
LOGI(@"EnableSystemExtension changed NO -> YES");
|
||||
NSTask *t = [[NSTask alloc] init];
|
||||
t.launchPath = [@(kSantaAppPath) stringByAppendingString:@"Contents/MacOS/Santa"];
|
||||
t.arguments = @[ @"--enable-system-extension" ];
|
||||
t.launchPath = [@(kSantaAppPath) stringByAppendingString:@"/Contents/MacOS/Santa"];
|
||||
t.arguments = @[ @"--load-system-extension" ];
|
||||
[t launch];
|
||||
[t waitUntilExit];
|
||||
LOGI(@"The penultimate exit.");
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
"""The version for all Santa components."""
|
||||
|
||||
SANTA_VERSION = "1.3"
|
||||
SANTA_VERSION = "1.4"
|
||||
|
||||
Reference in New Issue
Block a user