gcr: increase max locked memory for the users group (gnome bug #688161).
This commit is contained in:
parent
ba069cd584
commit
1c697facbb
2 changed files with 8 additions and 1 deletions
3
srcpkgs/gcr/files/10-gcr-memlock.conf
Normal file
3
srcpkgs/gcr/files/10-gcr-memlock.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Increate max locked memory to 1024KB for the users group.
|
||||
|
||||
@users - memlock 1024
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue