.Dd April 3, 2012
.Dt tccutil 1
.Os Darwin
.Sh NAME
.Nm tccutil
.Nd manage the privacy database
.Sh SYNOPSIS
.Nm
.Ar command
.Ar service
.Ar [bundle_id]
.Sh DESCRIPTION
The
.Nm
command manages the privacy database, which stores decisions the user has made about whether apps may access personal data.
.Pp
One
.Ar command
is currently supported:
.Bl -tag -width -indent
.It reset
Reset all decisions for the specified service, causing apps to prompt again the next time they access the service. If a bundle identifier is specified, the service will be reset for that bundle only.
.El
.Sh EXAMPLES
To reset all decisions about whether apps may access the address book:
.Pp
.Dl tccutil reset AddressBook
.Dl tccutil reset All com.apple.Terminal
