mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-03 15:55:46 +00:00
Ignore *.orig and *.rej files when loading profiles
or: get rc.apparmor.functions in sync with the tools and libapparmor.
This was "accidently" reported by Ralph on the opensuse-support
mailinglist.
PR: https://gitlab.com/apparmor/apparmor/merge_requests/282
(cherry picked from commit 228b92ce5a
)
Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
committed by
John Johansen
parent
1a0016ff17
commit
ef21e9ded7
@@ -113,6 +113,8 @@ skip_profile() {
|
|||||||
local profile=$1
|
local profile=$1
|
||||||
if [ "${profile%.rpmnew}" != "${profile}" -o \
|
if [ "${profile%.rpmnew}" != "${profile}" -o \
|
||||||
"${profile%.rpmsave}" != "${profile}" -o \
|
"${profile%.rpmsave}" != "${profile}" -o \
|
||||||
|
"${profile%.orig}" != "${profile}" -o \
|
||||||
|
"${profile%.rej}" != "${profile}" -o \
|
||||||
-e "${PROFILE_DIR}/disable/`basename ${profile}`" -o \
|
-e "${PROFILE_DIR}/disable/`basename ${profile}`" -o \
|
||||||
"${profile%\~}" != "${profile}" ] ; then
|
"${profile%\~}" != "${profile}" ] ; then
|
||||||
return 1
|
return 1
|
||||||
|
Reference in New Issue
Block a user