mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
runit-void-apparmor: skip XBPS conffile artifacts
This commit is contained in:
parent
70a8263142
commit
13be9346ce
2 changed files with 4 additions and 1 deletions
|
@ -19,6 +19,9 @@ if [ -n "$APPARMOR" ]; then
|
||||||
|
|
||||||
if [ -d /etc/apparmor.d -a -x /usr/bin/apparmor_parser ]; then
|
if [ -d /etc/apparmor.d -a -x /usr/bin/apparmor_parser ]; then
|
||||||
for profile in /etc/apparmor.d/*; do
|
for profile in /etc/apparmor.d/*; do
|
||||||
|
case "$profile" in
|
||||||
|
*.new-*_*) continue ;;
|
||||||
|
esac
|
||||||
if [ -f "$profile" ]; then
|
if [ -f "$profile" ]; then
|
||||||
printf '* Load profile %s: %s\n' "($APPARMOR)" "$profile"
|
printf '* Load profile %s: %s\n' "($APPARMOR)" "$profile"
|
||||||
apparmor_parser -a $AACOMPLAIN "$profile"
|
apparmor_parser -a $AACOMPLAIN "$profile"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'runit-void'
|
# Template file for 'runit-void'
|
||||||
pkgname=runit-void
|
pkgname=runit-void
|
||||||
version=20180623
|
version=20180623
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="void-runit-${version}"
|
wrksrc="void-runit-${version}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
homepage="https://github.com/void-linux/void-runit"
|
homepage="https://github.com/void-linux/void-runit"
|
||||||
|
|
Loading…
Add table
Reference in a new issue