Skip to content

Commit 7bfcee8

Browse files
committed
Automated Push
1 parent 7c54e2a commit 7bfcee8

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

PrivilegesChecker/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
This code is designed for use as an add-on to the [SAP Privileges](https://github.com/SAP/macOS-enterprise-privileges) application
66

7+
> [!IMPORTANT]
8+
> Privileges Checker only supports **SAP Privileges 1.X**
9+
>
10+
> **Privileges 2** adds native functionality which is provided by this add-on; configuration documentation for that release can be found [here](https://github.com/SAP/macOS-enterprise-privileges/wiki/Managing-Privileges)
11+
712
### Background
813

914
- Privileges has some limited functionality for enforcing demotion of rights once granted:

PrivilegesChecker/audit_privileges_checker.zsh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
###################################################################################################
3030
# License Information
3131
###################################################################################################
32-
# Copyright 2022 Kandji, Inc.
32+
# Copyright 2024 Kandji, Inc.
3333
#
3434
# Permission is hereby granted, free of charge, to any person obtaining a copy of this
3535
# software and associated documentation files (the "Software"), to deal in the Software

PrivilegesChecker/install_privileges_checker.zsh

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Software Information
1818
###################################################################################################
1919
#
20-
# Designed for use as an add-on to the SAP Privileges app for macOS. Installs in two parts: a
20+
# Designed for use as an add-on to the SAP Privileges 1.X app for macOS. Installs in two parts: a
2121
# Launch Agent that runs a lightweight enforcement script every 30 seconds and validates console
2222
# user permissions. If permissions are administrative, rights are revoked after a certain number
2323
# of minutes, set either in this script below (MINUTES_TO_WAIT) or via Configuration Profile key
@@ -26,7 +26,7 @@
2626
###################################################################################################
2727
# License Information
2828
###################################################################################################
29-
# Copyright 2022 Kandji, Inc.
29+
# Copyright 2024 Kandji, Inc.
3030
#
3131
# Permission is hereby granted, free of charge, to any person obtaining a copy of this
3232
# software and associated documentation files (the "Software"), to deal in the Software
@@ -186,7 +186,7 @@ function privs_execute_deploy() {
186186
################################################################################################
187187
# License Information
188188
################################################################################################
189-
# Copyright 2022 Kandji, Inc.
189+
# Copyright 2024 Kandji, Inc.
190190
#
191191
# Permission is hereby granted, free of charge, to any person obtaining a copy of this
192192
# software and associated documentation files (the "Software"), to deal in the Software

0 commit comments

Comments
 (0)