File: control

package info (click to toggle)
kernel-patch-nfs-ngroups 4.54-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 452 kB
  • ctags: 1
  • sloc: makefile: 24
file content (21 lines) | stat: -rw-r--r-- 796 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: kernel-patch-nfs-ngroups
Section: admin
Priority: extra
Maintainer: Yann Dirson <dirson@debian.org>
Standards-Version: 3.7.2
Build-Depends-Indep: dh-kpatches (>= 0.99.15)
Build-Depends: debhelper (>= 4)

Package: kernel-patch-nfs-ngroups
Architecture: all
Depends: ${kpatch:Depends}
Recommends: kernel-package
Suggests: linux-source, kernel-source
Description: Client-side bypassing of ngroups limitation in NFS protocol
 This package contains a patch to the Linux kernel, which allows to
 bypass a limitation in the NFS/RPC protocol, which limits the number
 of groups per users to 16 (whereas the Linux kernel allows 32 groups
 per users by default).
 .
 This is a Linux NFS client patch. It works with every NFS server, by
 identifying the necessary groups to advertise to the server.