Apple Intelligence is now available on iPhone, iPad, and Mac!

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Permissions problem in displaypolicyd

I'm having a very strange problem with Yosemite 10.10 (14A389) on my MacBook Pro (13-inch, Mid 2009). Waking from sleep the monitor receives no signal.

The only problems I have come across is a few permission errors:

User differs on “private/var/db/displaypolicyd”; should be 0; user is 244.

Group differs on “private/var/db/displaypolicyd”; should be 0; group is 244.


sudo chown -R root /private/var/db/displaypolicyd && sudo chgrp -R wheel /private/var/db/displaypolicyd

or

sudo diskutil repairPermissions /


After repairing permissions problem reappears after a reboot.

MacBook Pro (13-inch Mid 2009), OS X Yosemite (10.10)

Posted on Oct 23, 2014 2:39 PM

Reply
Question marked as Top-ranking reply

Posted on Oct 24, 2014 4:41 AM

My temporary solution


1 - Create a shell script example: fixesPermissions.sh

sudo chown -R root /private/var/db/displaypolicyd && sudo chgrp -R wheel /private/var/db/displaypolicyd


2 - Path in my case

/etc


3 - Allow my user to run the script without root password

sudo nano /etc/sudoers


below the line

# Samples

# %users ALL=/sbin/mount /cdrom,/sbin/umount /cdrom

# %users localhost=/sbin/shutdown -h now


add line

myuser ALL=NOPASSWD: /etc/fixesPermissions.sh


key cmd + x

key y

key cmd + m


4 - Run the shell script when my user logs

sudo defaults write com.apple.loginwindow LoginHook /etc/fixesPermissions.sh

99 replies

Jun 1, 2015 12:22 PM in response to mjoshea148

I finally got it solved (my problem sudden computer shutdowns, and horizontal lines on screen, with computer something not accepting to restart... saw that displaypolicyd permissions was always faulty as I was trying to troubleshoot).

It was actually a hardware problem: faulty video card covered by Apple recall: https://www.apple.com/sa/support/macbookpro-videoissues/

My computer is a MacBook Pro 15" Early 2011.

I got my computer to Apple's authorized distributor who replaced the motherboard for no charge (it took them 2 weeks 😟 ). I now it work fine.

I hope this helps.

Aug 24, 2015 4:25 PM in response to -ixen-

I have the same issues - once I boot up, I can work normally. After 1 restart however, I get this same permissions issue

"User differs on private/var/db/displaypolicyd; should be 0; user is 244.

Group differs on private/var/db/displaypolicyd; should be 0; user is 244.

Repaired "private/var/db/displaypolicyd"

When I shut down then restart the next day, the reboot stalls and I need to force shut down. If I then start up in 'safe mode' I can run the permissions verification and repair, but then I only get to restart one time until a second restart stalls midway in the boot up and I must force shut down then restart in 'safe mode'. Am I doomed to restarting in save mode everytime I use this computer? Its a Mac-Pro (Early 2008), 2 x 2.8 GHz Quad-Core Intel Xeon, 16GB Memory, Graphics card ATI Radeon HD 5770 1024 MB. I am using Dual monitors. This problem started on Aug. 12 after upgrading to Yosemite, have the latest 10.10.5 and have also erased the hard drive and did a clean install. Still this happens everytime I start the computer. Is there a permanent fix?

Dec 23, 2015 12:39 AM in response to idtstudio

I asked developers in bug report if the following displaypolicyd log is normal.

u>52603393 ERROR: AGDC suppport not present in system

u>52603463 ERROR: Policy engine instance init failed

they said that "displaypolicyd log simply states system is not managed by AGDC and does not lead to any additional information about this panic report"

Permissions problem in displaypolicyd

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.