Hide Forgot
Description of problem: When trying to enable a service through systemd, which actually does not exist, systemctl will return Access Denied instead of a more useful No such file or directory. Version-Release number of selected component (if applicable): selinux-policy-3.13.1-102.el7_3.4.noarch systemd-219-30.el7_3.3.x86_64 How reproducible: Everytime Steps to Reproduce: 1. Try to enable a non-existant service 2. systemctl returns Access denied 3. Actual results: [root@galaxy ~]# systemctl enable foobar Failed to execute operation: Access denied [root@galaxy ~]# setenforce 0 [root@galaxy ~]# systemctl enable foobar Failed to execute operation: No such file or directory Expected results: Additional info:
The problem is already known: * https://bugzilla.redhat.com/show_bug.cgi?id=1337041#c6
*** This bug has been marked as a duplicate of bug 1337041 ***