Skip to content
Snippets Groups Projects
Commit 3083ce7a authored by John Johansen's avatar John Johansen
Browse files

Merge Allow reading all of /etc/php[578]/** in abstractions/php

... and with that, make a rule in the php-fpm profile (which missed
php8) superfluous.

Fixes: #229
Fixes: https://bugzilla.opensuse.org/show_bug.cgi?id=1186267#c11
MR: !876


Approved-by: default avatarJohn Johansen <john@jjmx.net>
Merged-by: default avatarJohn Johansen <john@jjmx.net>
parents bfa67b36 c946f0bf
No related branches found
No related tags found
1 merge request!876Allow reading all of /etc/php[578]/** in abstractions/php
Pipeline #519956166 passed
......@@ -13,8 +13,7 @@
abi <abi/3.0>,
# shared snippets for config files
/etc/php{,5,7,8}/**/ r,
/etc/php{,5,7,8}/**.ini r,
/etc/php{,5,7,8}/** r,
# Xlibs
/usr/X11R6/lib{,32,64}/lib*.so* mr,
......
......@@ -16,8 +16,6 @@ profile php-fpm /usr/sbin/php-fpm* flags=(attach_disconnected) {
# read the system certificates
include <abstractions/ssl_certs>
/etc/php{,5,7}/** r,
capability net_admin,
# change user/group of a pool
capability setuid,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment