Header Shadow Image


Failed to execute operation: Access denied

When running you get this message:

# systemctl enable nfs-server.service
Failed to execute operation: Access denied

Solution is to disable selinux or to allow for proper SELinux rules to allow for the above action:

# vi /etc/sysconfig/selinux

SELINUX=disabled

# setenforce 0
# getenforce
Permissive

Alternately see the following post for details on how to tailor SELinux rules for similar cases.

Cheers,
TK

Leave a Reply

You must be logged in to post a comment.


     
  Copyright © 2003 - 2013 Tom Kacperski (microdevsys.com). All rights reserved.

Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License