Skip to content

Tags: jacobsalmela/tccutil

Tags

v1.5.1

Toggle v1.5.1's commit message
Bump version to 1.5.1

Co-authored-by: jacobsalmela <3843505+jacobsalmela@users.noreply.github.com>

v1.5.0

Toggle v1.5.0's commit message
update version to 1.5.0

several fixes since 1.4.0, but i definitely need to find a better
release mechanism than this.

Signed-off-by: Jacob Salmela <jacob.salmela@hpe.com>

v1.4.0

Toggle v1.4.0's commit message
Adddd support for modification of TCC.db in user space.

* Added support for `-u` or `--user` so that user specific TCC database can be modified.
* `-u` without parameters will attempt modifications of the current user.
* Username is checked and, if not existing in the system, raised as an error with a hint.
* Renamed service to default_service for clarity (as `global service` is set from arguments).
* Normalised all help strings to NOT end in ".", matching the default `-h` string format.
* Moved from `str.format()` and modulo operator (`%`) to f-strings.
* Error output now goes to stderr.
* Fixed behaviour for ACTION = reset, by ALLOWING unknown arguments to be passthrough.
* Fixed behaviour for ACTION = reset, by using the absolute path to /usr/bin/tccutil, so that there is no clash if using wrapper scripts (such as Homebrew does).
* Updated README.md information

v1.2.13

Toggle v1.2.13's commit message

Verified

This commit was signed with the committer’s verified signature.
jacobsalmela Jacob Salmela
funding

Signed-off-by: Jacob Salmela <me@jacobsalmela.com>

v1.2.11

Toggle v1.2.11's commit message
add cleaner exception handling and a consistent error message

Signed-off-by: Jacob Salmela <me@jacobsalmela.com>

v1.2.10

Toggle v1.2.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #42 from jacobsalmela/newvers

v1.2.10

v1.2.9

Toggle v1.2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #39 from chenrui333/patch-1

license: keep GPL-2.0 license up to date and further clarify the license application

v1.2.8

Toggle v1.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #38 from vast-data/master

allow modifications in other 'services'

v1.2.7

Toggle v1.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #36 from jacobsalmela/vers

version bump 1.2.7

v1.2.6

Toggle v1.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #33 from izmal/patch-1

Fix for Mojave/Catalina