gcr: increase max locked memory for the users group (gnome bug #688161).

This commit is contained in:
Juan RP 2012-11-14 16:13:41 +01:00
parent ba069cd584
commit 1c697facbb
2 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1,3 @@
# Increate max locked memory to 1024KB for the users group.
@users - memlock 1024

View file

@ -1,7 +1,7 @@
# Template file for 'gcr'
pkgname=gcr
version=3.6.2
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-debug --disable-update-mime
--disable-update-icon-cache --disable-schemas-compile"
@ -26,3 +26,7 @@ fulldepends="gnupg"
replaces="gnome-keyring<3.3.92"
subpackages="gcr-devel"
post_install() {
vinstall ${FILESDIR}/10-gcr-memlock.conf 644 etc/security/limits.d
}