What can other administrators access on my machine? The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Protect files from other administrator accountsHow secure are iCloud backups?Unwanted saving of proxy credentialsnsurlsessiond is using all my bandwidthOnly root login remains (all other users gone) and even root hangs, so can't access!How can you switch users at the login screen, without administrator access, with only one local account (the administrator) and many network accounts?Protect files from other administrator accountsCan a thief know my Apple ID without my PIN code?I have a company MacBook Pro and I no longer can see my username on the login screenFileVault and other user accounts; repairEffects of logging in to same Apple ID on multiple macOS accounts (single computer)
How is simplicity better than precision and clarity in prose?
How to split my screen on my Macbook Air?
How to remove this toilet supply line that seems to have no nut?
Working through the single responsibility principle (SRP) in Python when calls are expensive
How many people can fit inside Mordenkainen's Magnificent Mansion?
Match Roman Numerals
Simulation of a banking system with an Account class in C++
Semisimplicity of the category of coherent sheaves?
The following signatures were invalid: EXPKEYSIG 1397BC53640DB551
Why did all the guest students take carriages to the Yule Ball?
Take groceries in checked luggage
Why does the Event Horizon Telescope (EHT) not include telescopes from Africa, Asia or Australia?
"... to apply for a visa" or "... and applied for a visa"?
What was the last x86 CPU that did not have the x87 floating-point unit built in?
system() function string length limit
How are presidential pardons supposed to be used?
Are my PIs rude or am I just being too sensitive?
Can a novice safely splice in wire to lengthen 5V charging cable?
Create an outline of font
Make it rain characters
Windows 10: How to Lock (not sleep) laptop on lid close?
Can withdrawing asylum be illegal?
How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time
Searching for a differential characteristic (differential cryptanalysis)
What can other administrators access on my machine?
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Protect files from other administrator accountsHow secure are iCloud backups?Unwanted saving of proxy credentialsnsurlsessiond is using all my bandwidthOnly root login remains (all other users gone) and even root hangs, so can't access!How can you switch users at the login screen, without administrator access, with only one local account (the administrator) and many network accounts?Protect files from other administrator accountsCan a thief know my Apple ID without my PIN code?I have a company MacBook Pro and I no longer can see my username on the login screenFileVault and other user accounts; repairEffects of logging in to same Apple ID on multiple macOS accounts (single computer)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I've been given a new MacBook Pro at work, and it has an administrator account which I assume the IT department has the credentials to. I have been created a local account which is also an administrator.
I'm just wondering, as another administrator, what of my data can they access and read? I have iCloud Drive and other services turned on, and I don't particularly like the idea that someone can go in and grab that stuff.
macos security user-account
add a comment |
I've been given a new MacBook Pro at work, and it has an administrator account which I assume the IT department has the credentials to. I have been created a local account which is also an administrator.
I'm just wondering, as another administrator, what of my data can they access and read? I have iCloud Drive and other services turned on, and I don't particularly like the idea that someone can go in and grab that stuff.
macos security user-account
add a comment |
I've been given a new MacBook Pro at work, and it has an administrator account which I assume the IT department has the credentials to. I have been created a local account which is also an administrator.
I'm just wondering, as another administrator, what of my data can they access and read? I have iCloud Drive and other services turned on, and I don't particularly like the idea that someone can go in and grab that stuff.
macos security user-account
I've been given a new MacBook Pro at work, and it has an administrator account which I assume the IT department has the credentials to. I have been created a local account which is also an administrator.
I'm just wondering, as another administrator, what of my data can they access and read? I have iCloud Drive and other services turned on, and I don't particularly like the idea that someone can go in and grab that stuff.
macos security user-account
macos security user-account
edited Apr 10 at 3:38
bmike♦
162k46291630
162k46291630
asked Apr 9 at 23:28
RickyRicky
23018
23018
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
Short answer: Generally an administrator account can access and read any file on the computer. To protect files, either remove all untrusted admin accounts except for yours or encrypt the specific files you need protected with your admin password. Another admin can reset your password, but not see it to unlock things like your keychain. Of course a new password for encryption is ideal if you don’t trust another admin.
There are certain files within your account that are encrypted and can not be read without your password.
The main file I'm thinking of is the "Keychain" which may contain your iCloud password and any other passwords you've allowed Safari (or other apps) to remember.
As an IT system administrator myself I would recommend not to store personal data on your work computer that you don't want anyone else to see.
The computer may have backup software that's backing up all files on the computer - including your iCloud Drive.
Also remember that if you're fired, the computer may be taken away before you have a chance to remove your personal files.
4
Even in jurisdictions that are typically very worker- and privacy-friendly, it is generally accepted that all files you store on a company device "belong to" the company, at least in the sense that they can arbitrarily delete them. While in the more privacy-conscious jurisdictions, it may be illegal for an IT admin to continue reading when he accidentally discovers private files on your device, there is a) no guarantee that he will actually do that, and b) he is allowed anyway to read anything on your device until he discovers obviously private data.
– Jörg W Mittag
Apr 10 at 7:08
1
Plus, not all jurisdictions are that privacy-conscious.
– Jörg W Mittag
Apr 10 at 7:09
1
This answer doesn't address FileVault (nor encrypted backups). Can encrypted files inside FileVault be read by other admins? I thought the answer was no.
– Konrad Rudolph
Apr 10 at 8:21
1
@KonradRudolph The original version of FileVault (which encrypted individual home directories) could not be read be others unless a specific user was logged in. The current version with full disk encryption does not provide that level of privacy, any user allowed to unlock will unlock the whole disk.
– nohillside♦
Apr 10 at 21:55
add a comment |
This document provided by Apple titled: Set up users, guests and groups on Mac covers the types of privileges each user type is allowed.
Administrator: An administrator can add and manage other users, install apps and change settings. The new user you create when you first set up your Mac is an administrator. Your Mac can have multiple administrators. You can create new ones, and convert standard users to administrators. Don’t set up automatic login for an administrator. If you do, someone could simply restart your Mac and gain access with administrator privileges. To keep your Mac secure, don’t share administrator names and passwords.
Expanding on this, basically an Administrator can access any of your files and pretty much do anything on the system.
References
- Protect files from other administrator accounts
add a comment |
An Administrator account should be able to install software to log keystrokes, a keylogger. With your keyboard input captured, any passwords input would be captured and could be used to open otherwise secure applications and files. I cannot say whether Apple prevents their use on macOS, but anyone sufficiently determined would be able to circumvent such restrictions.
Also, screen capture software can often be used to determine what keystrokes have been made, especially on mobile devices where the on-screen keyboard keys pop-up as typed.
It is not your computer. Treat it as such.
New contributor
add a comment |
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Short answer: Generally an administrator account can access and read any file on the computer. To protect files, either remove all untrusted admin accounts except for yours or encrypt the specific files you need protected with your admin password. Another admin can reset your password, but not see it to unlock things like your keychain. Of course a new password for encryption is ideal if you don’t trust another admin.
There are certain files within your account that are encrypted and can not be read without your password.
The main file I'm thinking of is the "Keychain" which may contain your iCloud password and any other passwords you've allowed Safari (or other apps) to remember.
As an IT system administrator myself I would recommend not to store personal data on your work computer that you don't want anyone else to see.
The computer may have backup software that's backing up all files on the computer - including your iCloud Drive.
Also remember that if you're fired, the computer may be taken away before you have a chance to remove your personal files.
4
Even in jurisdictions that are typically very worker- and privacy-friendly, it is generally accepted that all files you store on a company device "belong to" the company, at least in the sense that they can arbitrarily delete them. While in the more privacy-conscious jurisdictions, it may be illegal for an IT admin to continue reading when he accidentally discovers private files on your device, there is a) no guarantee that he will actually do that, and b) he is allowed anyway to read anything on your device until he discovers obviously private data.
– Jörg W Mittag
Apr 10 at 7:08
1
Plus, not all jurisdictions are that privacy-conscious.
– Jörg W Mittag
Apr 10 at 7:09
1
This answer doesn't address FileVault (nor encrypted backups). Can encrypted files inside FileVault be read by other admins? I thought the answer was no.
– Konrad Rudolph
Apr 10 at 8:21
1
@KonradRudolph The original version of FileVault (which encrypted individual home directories) could not be read be others unless a specific user was logged in. The current version with full disk encryption does not provide that level of privacy, any user allowed to unlock will unlock the whole disk.
– nohillside♦
Apr 10 at 21:55
add a comment |
Short answer: Generally an administrator account can access and read any file on the computer. To protect files, either remove all untrusted admin accounts except for yours or encrypt the specific files you need protected with your admin password. Another admin can reset your password, but not see it to unlock things like your keychain. Of course a new password for encryption is ideal if you don’t trust another admin.
There are certain files within your account that are encrypted and can not be read without your password.
The main file I'm thinking of is the "Keychain" which may contain your iCloud password and any other passwords you've allowed Safari (or other apps) to remember.
As an IT system administrator myself I would recommend not to store personal data on your work computer that you don't want anyone else to see.
The computer may have backup software that's backing up all files on the computer - including your iCloud Drive.
Also remember that if you're fired, the computer may be taken away before you have a chance to remove your personal files.
4
Even in jurisdictions that are typically very worker- and privacy-friendly, it is generally accepted that all files you store on a company device "belong to" the company, at least in the sense that they can arbitrarily delete them. While in the more privacy-conscious jurisdictions, it may be illegal for an IT admin to continue reading when he accidentally discovers private files on your device, there is a) no guarantee that he will actually do that, and b) he is allowed anyway to read anything on your device until he discovers obviously private data.
– Jörg W Mittag
Apr 10 at 7:08
1
Plus, not all jurisdictions are that privacy-conscious.
– Jörg W Mittag
Apr 10 at 7:09
1
This answer doesn't address FileVault (nor encrypted backups). Can encrypted files inside FileVault be read by other admins? I thought the answer was no.
– Konrad Rudolph
Apr 10 at 8:21
1
@KonradRudolph The original version of FileVault (which encrypted individual home directories) could not be read be others unless a specific user was logged in. The current version with full disk encryption does not provide that level of privacy, any user allowed to unlock will unlock the whole disk.
– nohillside♦
Apr 10 at 21:55
add a comment |
Short answer: Generally an administrator account can access and read any file on the computer. To protect files, either remove all untrusted admin accounts except for yours or encrypt the specific files you need protected with your admin password. Another admin can reset your password, but not see it to unlock things like your keychain. Of course a new password for encryption is ideal if you don’t trust another admin.
There are certain files within your account that are encrypted and can not be read without your password.
The main file I'm thinking of is the "Keychain" which may contain your iCloud password and any other passwords you've allowed Safari (or other apps) to remember.
As an IT system administrator myself I would recommend not to store personal data on your work computer that you don't want anyone else to see.
The computer may have backup software that's backing up all files on the computer - including your iCloud Drive.
Also remember that if you're fired, the computer may be taken away before you have a chance to remove your personal files.
Short answer: Generally an administrator account can access and read any file on the computer. To protect files, either remove all untrusted admin accounts except for yours or encrypt the specific files you need protected with your admin password. Another admin can reset your password, but not see it to unlock things like your keychain. Of course a new password for encryption is ideal if you don’t trust another admin.
There are certain files within your account that are encrypted and can not be read without your password.
The main file I'm thinking of is the "Keychain" which may contain your iCloud password and any other passwords you've allowed Safari (or other apps) to remember.
As an IT system administrator myself I would recommend not to store personal data on your work computer that you don't want anyone else to see.
The computer may have backup software that's backing up all files on the computer - including your iCloud Drive.
Also remember that if you're fired, the computer may be taken away before you have a chance to remove your personal files.
edited Apr 10 at 3:26
bmike♦
162k46291630
162k46291630
answered Apr 10 at 2:39
BenBen
1963
1963
4
Even in jurisdictions that are typically very worker- and privacy-friendly, it is generally accepted that all files you store on a company device "belong to" the company, at least in the sense that they can arbitrarily delete them. While in the more privacy-conscious jurisdictions, it may be illegal for an IT admin to continue reading when he accidentally discovers private files on your device, there is a) no guarantee that he will actually do that, and b) he is allowed anyway to read anything on your device until he discovers obviously private data.
– Jörg W Mittag
Apr 10 at 7:08
1
Plus, not all jurisdictions are that privacy-conscious.
– Jörg W Mittag
Apr 10 at 7:09
1
This answer doesn't address FileVault (nor encrypted backups). Can encrypted files inside FileVault be read by other admins? I thought the answer was no.
– Konrad Rudolph
Apr 10 at 8:21
1
@KonradRudolph The original version of FileVault (which encrypted individual home directories) could not be read be others unless a specific user was logged in. The current version with full disk encryption does not provide that level of privacy, any user allowed to unlock will unlock the whole disk.
– nohillside♦
Apr 10 at 21:55
add a comment |
4
Even in jurisdictions that are typically very worker- and privacy-friendly, it is generally accepted that all files you store on a company device "belong to" the company, at least in the sense that they can arbitrarily delete them. While in the more privacy-conscious jurisdictions, it may be illegal for an IT admin to continue reading when he accidentally discovers private files on your device, there is a) no guarantee that he will actually do that, and b) he is allowed anyway to read anything on your device until he discovers obviously private data.
– Jörg W Mittag
Apr 10 at 7:08
1
Plus, not all jurisdictions are that privacy-conscious.
– Jörg W Mittag
Apr 10 at 7:09
1
This answer doesn't address FileVault (nor encrypted backups). Can encrypted files inside FileVault be read by other admins? I thought the answer was no.
– Konrad Rudolph
Apr 10 at 8:21
1
@KonradRudolph The original version of FileVault (which encrypted individual home directories) could not be read be others unless a specific user was logged in. The current version with full disk encryption does not provide that level of privacy, any user allowed to unlock will unlock the whole disk.
– nohillside♦
Apr 10 at 21:55
4
4
Even in jurisdictions that are typically very worker- and privacy-friendly, it is generally accepted that all files you store on a company device "belong to" the company, at least in the sense that they can arbitrarily delete them. While in the more privacy-conscious jurisdictions, it may be illegal for an IT admin to continue reading when he accidentally discovers private files on your device, there is a) no guarantee that he will actually do that, and b) he is allowed anyway to read anything on your device until he discovers obviously private data.
– Jörg W Mittag
Apr 10 at 7:08
Even in jurisdictions that are typically very worker- and privacy-friendly, it is generally accepted that all files you store on a company device "belong to" the company, at least in the sense that they can arbitrarily delete them. While in the more privacy-conscious jurisdictions, it may be illegal for an IT admin to continue reading when he accidentally discovers private files on your device, there is a) no guarantee that he will actually do that, and b) he is allowed anyway to read anything on your device until he discovers obviously private data.
– Jörg W Mittag
Apr 10 at 7:08
1
1
Plus, not all jurisdictions are that privacy-conscious.
– Jörg W Mittag
Apr 10 at 7:09
Plus, not all jurisdictions are that privacy-conscious.
– Jörg W Mittag
Apr 10 at 7:09
1
1
This answer doesn't address FileVault (nor encrypted backups). Can encrypted files inside FileVault be read by other admins? I thought the answer was no.
– Konrad Rudolph
Apr 10 at 8:21
This answer doesn't address FileVault (nor encrypted backups). Can encrypted files inside FileVault be read by other admins? I thought the answer was no.
– Konrad Rudolph
Apr 10 at 8:21
1
1
@KonradRudolph The original version of FileVault (which encrypted individual home directories) could not be read be others unless a specific user was logged in. The current version with full disk encryption does not provide that level of privacy, any user allowed to unlock will unlock the whole disk.
– nohillside♦
Apr 10 at 21:55
@KonradRudolph The original version of FileVault (which encrypted individual home directories) could not be read be others unless a specific user was logged in. The current version with full disk encryption does not provide that level of privacy, any user allowed to unlock will unlock the whole disk.
– nohillside♦
Apr 10 at 21:55
add a comment |
This document provided by Apple titled: Set up users, guests and groups on Mac covers the types of privileges each user type is allowed.
Administrator: An administrator can add and manage other users, install apps and change settings. The new user you create when you first set up your Mac is an administrator. Your Mac can have multiple administrators. You can create new ones, and convert standard users to administrators. Don’t set up automatic login for an administrator. If you do, someone could simply restart your Mac and gain access with administrator privileges. To keep your Mac secure, don’t share administrator names and passwords.
Expanding on this, basically an Administrator can access any of your files and pretty much do anything on the system.
References
- Protect files from other administrator accounts
add a comment |
This document provided by Apple titled: Set up users, guests and groups on Mac covers the types of privileges each user type is allowed.
Administrator: An administrator can add and manage other users, install apps and change settings. The new user you create when you first set up your Mac is an administrator. Your Mac can have multiple administrators. You can create new ones, and convert standard users to administrators. Don’t set up automatic login for an administrator. If you do, someone could simply restart your Mac and gain access with administrator privileges. To keep your Mac secure, don’t share administrator names and passwords.
Expanding on this, basically an Administrator can access any of your files and pretty much do anything on the system.
References
- Protect files from other administrator accounts
add a comment |
This document provided by Apple titled: Set up users, guests and groups on Mac covers the types of privileges each user type is allowed.
Administrator: An administrator can add and manage other users, install apps and change settings. The new user you create when you first set up your Mac is an administrator. Your Mac can have multiple administrators. You can create new ones, and convert standard users to administrators. Don’t set up automatic login for an administrator. If you do, someone could simply restart your Mac and gain access with administrator privileges. To keep your Mac secure, don’t share administrator names and passwords.
Expanding on this, basically an Administrator can access any of your files and pretty much do anything on the system.
References
- Protect files from other administrator accounts
This document provided by Apple titled: Set up users, guests and groups on Mac covers the types of privileges each user type is allowed.
Administrator: An administrator can add and manage other users, install apps and change settings. The new user you create when you first set up your Mac is an administrator. Your Mac can have multiple administrators. You can create new ones, and convert standard users to administrators. Don’t set up automatic login for an administrator. If you do, someone could simply restart your Mac and gain access with administrator privileges. To keep your Mac secure, don’t share administrator names and passwords.
Expanding on this, basically an Administrator can access any of your files and pretty much do anything on the system.
References
- Protect files from other administrator accounts
answered Apr 9 at 23:36
slmslm
679514
679514
add a comment |
add a comment |
An Administrator account should be able to install software to log keystrokes, a keylogger. With your keyboard input captured, any passwords input would be captured and could be used to open otherwise secure applications and files. I cannot say whether Apple prevents their use on macOS, but anyone sufficiently determined would be able to circumvent such restrictions.
Also, screen capture software can often be used to determine what keystrokes have been made, especially on mobile devices where the on-screen keyboard keys pop-up as typed.
It is not your computer. Treat it as such.
New contributor
add a comment |
An Administrator account should be able to install software to log keystrokes, a keylogger. With your keyboard input captured, any passwords input would be captured and could be used to open otherwise secure applications and files. I cannot say whether Apple prevents their use on macOS, but anyone sufficiently determined would be able to circumvent such restrictions.
Also, screen capture software can often be used to determine what keystrokes have been made, especially on mobile devices where the on-screen keyboard keys pop-up as typed.
It is not your computer. Treat it as such.
New contributor
add a comment |
An Administrator account should be able to install software to log keystrokes, a keylogger. With your keyboard input captured, any passwords input would be captured and could be used to open otherwise secure applications and files. I cannot say whether Apple prevents their use on macOS, but anyone sufficiently determined would be able to circumvent such restrictions.
Also, screen capture software can often be used to determine what keystrokes have been made, especially on mobile devices where the on-screen keyboard keys pop-up as typed.
It is not your computer. Treat it as such.
New contributor
An Administrator account should be able to install software to log keystrokes, a keylogger. With your keyboard input captured, any passwords input would be captured and could be used to open otherwise secure applications and files. I cannot say whether Apple prevents their use on macOS, but anyone sufficiently determined would be able to circumvent such restrictions.
Also, screen capture software can often be used to determine what keystrokes have been made, especially on mobile devices where the on-screen keyboard keys pop-up as typed.
It is not your computer. Treat it as such.
New contributor
New contributor
answered 2 days ago
newyork10023newyork10023
211
211
New contributor
New contributor
add a comment |
add a comment |