X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=security%2Fkeys%2Fkey.c;h=6d0cad16f00265a1dc31d8a0804984040fb47995;hb=70c8038dd698b44daf7c8fc7e2eca142bec694c4;hp=b90a68c4e2c4277035b21f873af64efcd95bf782;hpb=2f39691f31a22e0c6d82573d91306059f8ef920c;p=cascardo%2Flinux.git diff --git a/security/keys/key.c b/security/keys/key.c index b90a68c4e2c4..6d0cad16f002 100644 --- a/security/keys/key.c +++ b/security/keys/key.c @@ -27,8 +27,8 @@ DEFINE_SPINLOCK(key_serial_lock); struct rb_root key_user_tree; /* tree of quota records indexed by UID */ DEFINE_SPINLOCK(key_user_lock); -unsigned int key_quota_root_maxkeys = 200; /* root's key count quota */ -unsigned int key_quota_root_maxbytes = 20000; /* root's key space quota */ +unsigned int key_quota_root_maxkeys = 1000000; /* root's key count quota */ +unsigned int key_quota_root_maxbytes = 25000000; /* root's key space quota */ unsigned int key_quota_maxkeys = 200; /* general key count quota */ unsigned int key_quota_maxbytes = 20000; /* general key space quota */