Add privacy over security scripts for macOS #83
It adds scripts to: - Disable OS security modules. - Clean quarantine data. - Disable auto-updates.
This commit is contained in:
@@ -2,5 +2,5 @@ import { ILanguageSyntax } from '@/domain/ScriptCode';
|
||||
|
||||
export class ShellScriptSyntax implements ILanguageSyntax {
|
||||
public readonly commentDelimiters = [ '#' ];
|
||||
public readonly commonCodeParts = [ '(', ')', 'else' ];
|
||||
public readonly commonCodeParts = [ '(', ')', 'else', 'fi' ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user