How to find out why iTerm2 suddenly wants to access my Calendar? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Should an RSS feed of hot network questions feed any chat room(s) here?Warning: “CSUserAgent wants to access data stored in your keychain.”Item “is in use by another application”. How can I find out which one?The history is shared between my iTerm2 terminal tabs: how can I switch that off?Why does my iTerm2 launch with an X in it's path?Disable 'find cursor' shortcut in iTerm2iTerm spits out text every time I start a new session - why, and how to stop it?Why does fish shell create a hidden process in iTerm2Why does macOS 10.13 suddenly asks for a PIN instead of password for login?Edit TCC.db to bypass “'Foo.app' wants access to control 'Bar.app'” on own machineWhy did my Mac restart?
Error "illegal generic type for instanceof" when using local classes
What is Arya's weapon design?
What does an IRS interview request entail when called in to verify expenses for a sole proprietor small business?
In predicate logic, does existential quantification (∃) include universal quantification (∀), i.e. can 'some' imply 'all'?
Can a USB port passively 'listen only'?
Seeking colloquialism for “just because”
Why is "Consequences inflicted." not a sentence?
Short Story with Cinderella as a Voo-doo Witch
What is the meaning of the new sigil in Game of Thrones Season 8 intro?
What is the role of the transistor and diode in a soft start circuit?
Can I cast Passwall to drop an enemy into a 20-foot pit?
Should I discuss the type of campaign with my players?
Why did the IBM 650 use bi-quinary?
What does this icon in iOS Stardew Valley mean?
If a contract sometimes uses the wrong name, is it still valid?
What would be the ideal power source for a cybernetic eye?
Using et al. for a last / senior author rather than for a first author
Coloring maths inside a tcolorbox
Why didn't this character "real die" when they blew their stack out in Altered Carbon?
List of Python versions
What does the "x" in "x86" represent?
What is the logic behind the Maharil's explanation of why we don't say שעשה ניסים on Pesach?
Why aren't air breathing engines used as small first stages
Why did the rest of the Eastern Bloc not invade Yugoslavia?
How to find out why iTerm2 suddenly wants to access my Calendar?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Should an RSS feed of hot network questions feed any chat room(s) here?Warning: “CSUserAgent wants to access data stored in your keychain.”Item “is in use by another application”. How can I find out which one?The history is shared between my iTerm2 terminal tabs: how can I switch that off?Why does my iTerm2 launch with an X in it's path?Disable 'find cursor' shortcut in iTerm2iTerm spits out text every time I start a new session - why, and how to stop it?Why does fish shell create a hidden process in iTerm2Why does macOS 10.13 suddenly asks for a PIN instead of password for login?Edit TCC.db to bypass “'Foo.app' wants access to control 'Bar.app'” on own machineWhy did my Mac restart?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Out of the blue I am prompted for this permission grant:
How can I find out what is triggering this request and why?
The last command I ran was du -h -d 1
in /
macos iterm
add a comment |
Out of the blue I am prompted for this permission grant:
How can I find out what is triggering this request and why?
The last command I ran was du -h -d 1
in /
macos iterm
add a comment |
Out of the blue I am prompted for this permission grant:
How can I find out what is triggering this request and why?
The last command I ran was du -h -d 1
in /
macos iterm
Out of the blue I am prompted for this permission grant:
How can I find out what is triggering this request and why?
The last command I ran was du -h -d 1
in /
macos iterm
macos iterm
edited Apr 1 at 7:29
Anthony Kong
asked Apr 1 at 6:34
Anthony KongAnthony Kong
60511327
60511327
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
From an open issue on the linked iTerm2 project page on GitLab:
- iTerm asks for contacts and calendar access on Mac OS
I tested version 3.2.6 on macOS 10.14. It does not request contacts or calendars in a stock install. If you run a program in your .bashrc or other login script that needs access to such (e.g., icalBuddy) then it will be asked for in iTerm2's name.
Anything inside the terminal that tries to access just some calendar file ou directory will initiate the MacOS dialog asking for permission. But that does not mean iTerm is trying to access.
Thy this command:
$ find /
It will list all your directories, and.. there will be a moment that MacOS will ask you for permission to let iTerm access your calendar. Lol.. this is a funny erroneous comportamental feature of MacOS..
As is apparent, from the comment, the -d 1
component of the command line attempted to access Calendar files, thereby triggering the permission dialogue.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
From an open issue on the linked iTerm2 project page on GitLab:
- iTerm asks for contacts and calendar access on Mac OS
I tested version 3.2.6 on macOS 10.14. It does not request contacts or calendars in a stock install. If you run a program in your .bashrc or other login script that needs access to such (e.g., icalBuddy) then it will be asked for in iTerm2's name.
Anything inside the terminal that tries to access just some calendar file ou directory will initiate the MacOS dialog asking for permission. But that does not mean iTerm is trying to access.
Thy this command:
$ find /
It will list all your directories, and.. there will be a moment that MacOS will ask you for permission to let iTerm access your calendar. Lol.. this is a funny erroneous comportamental feature of MacOS..
As is apparent, from the comment, the -d 1
component of the command line attempted to access Calendar files, thereby triggering the permission dialogue.
add a comment |
From an open issue on the linked iTerm2 project page on GitLab:
- iTerm asks for contacts and calendar access on Mac OS
I tested version 3.2.6 on macOS 10.14. It does not request contacts or calendars in a stock install. If you run a program in your .bashrc or other login script that needs access to such (e.g., icalBuddy) then it will be asked for in iTerm2's name.
Anything inside the terminal that tries to access just some calendar file ou directory will initiate the MacOS dialog asking for permission. But that does not mean iTerm is trying to access.
Thy this command:
$ find /
It will list all your directories, and.. there will be a moment that MacOS will ask you for permission to let iTerm access your calendar. Lol.. this is a funny erroneous comportamental feature of MacOS..
As is apparent, from the comment, the -d 1
component of the command line attempted to access Calendar files, thereby triggering the permission dialogue.
add a comment |
From an open issue on the linked iTerm2 project page on GitLab:
- iTerm asks for contacts and calendar access on Mac OS
I tested version 3.2.6 on macOS 10.14. It does not request contacts or calendars in a stock install. If you run a program in your .bashrc or other login script that needs access to such (e.g., icalBuddy) then it will be asked for in iTerm2's name.
Anything inside the terminal that tries to access just some calendar file ou directory will initiate the MacOS dialog asking for permission. But that does not mean iTerm is trying to access.
Thy this command:
$ find /
It will list all your directories, and.. there will be a moment that MacOS will ask you for permission to let iTerm access your calendar. Lol.. this is a funny erroneous comportamental feature of MacOS..
As is apparent, from the comment, the -d 1
component of the command line attempted to access Calendar files, thereby triggering the permission dialogue.
From an open issue on the linked iTerm2 project page on GitLab:
- iTerm asks for contacts and calendar access on Mac OS
I tested version 3.2.6 on macOS 10.14. It does not request contacts or calendars in a stock install. If you run a program in your .bashrc or other login script that needs access to such (e.g., icalBuddy) then it will be asked for in iTerm2's name.
Anything inside the terminal that tries to access just some calendar file ou directory will initiate the MacOS dialog asking for permission. But that does not mean iTerm is trying to access.
Thy this command:
$ find /
It will list all your directories, and.. there will be a moment that MacOS will ask you for permission to let iTerm access your calendar. Lol.. this is a funny erroneous comportamental feature of MacOS..
As is apparent, from the comment, the -d 1
component of the command line attempted to access Calendar files, thereby triggering the permission dialogue.
answered Apr 1 at 7:28
Nimesh NeemaNimesh Neema
17.1k74879
17.1k74879
add a comment |
add a comment |