mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-02 07:15:18 +00:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
ea127f13cd | ||
|
480cb56553 | ||
|
075c69a4eb | ||
|
f9dbaa38ec |
@@ -1 +1 @@
|
|||||||
3.1.0
|
3.1.1
|
||||||
|
@@ -16,7 +16,8 @@ INCLUDES = $(all_includes)
|
|||||||
# problems in the unlikely event where an interface has to break.
|
# problems in the unlikely event where an interface has to break.
|
||||||
# - set AA_LIB_REVISION to 0.
|
# - set AA_LIB_REVISION to 0.
|
||||||
# 4. If any interfaces have been added since the last public release, then
|
# 4. If any interfaces have been added since the last public release, then
|
||||||
# - increment AA_LIB_AGE.
|
# - increment AA_LIB_AGE by the same amount that AA_LIB_CURRENT was
|
||||||
|
# incremented.
|
||||||
# 5. If any interfaces have been removed or changed since the last public
|
# 5. If any interfaces have been removed or changed since the last public
|
||||||
# release, then
|
# release, then
|
||||||
# - set AA_LIB_AGE to 0.
|
# - set AA_LIB_AGE to 0.
|
||||||
@@ -31,7 +32,7 @@ INCLUDES = $(all_includes)
|
|||||||
#
|
#
|
||||||
AA_LIB_CURRENT = 13
|
AA_LIB_CURRENT = 13
|
||||||
AA_LIB_REVISION = 0
|
AA_LIB_REVISION = 0
|
||||||
AA_LIB_AGE = 9
|
AA_LIB_AGE = 12
|
||||||
|
|
||||||
SUFFIXES = .pc.in .pc
|
SUFFIXES = .pc.in .pc
|
||||||
|
|
||||||
|
@@ -35,6 +35,7 @@ profile php-fpm /usr/sbin/php-fpm* flags=(attach_disconnected) {
|
|||||||
|
|
||||||
# we need to be able to create all sockets
|
# we need to be able to create all sockets
|
||||||
@{run}/php{,-fpm}/php*-fpm.pid rw,
|
@{run}/php{,-fpm}/php*-fpm.pid rw,
|
||||||
|
@{run}/php*-fpm.pid rw,
|
||||||
@{run}/php{,-fpm}/php*-fpm.sock rwlk,
|
@{run}/php{,-fpm}/php*-fpm.sock rwlk,
|
||||||
|
|
||||||
# to reload
|
# to reload
|
||||||
|
Reference in New Issue
Block a user