Revision 6b0d45b7 lib/constants.py

b/lib/constants.py
1479 1479

  
1480 1480
MAX_UDP_DATA_SIZE = _constants.MAX_UDP_DATA_SIZE
1481 1481

  
1482
# User-id pool minimum/maximum acceptable user-ids.
1483
UIDPOOL_UID_MIN = 0
1484
UIDPOOL_UID_MAX = 2 ** 32 - 1 # Assuming 32 bit user-ids
1482
UIDPOOL_UID_MIN = _constants.UIDPOOL_UID_MIN
1483
UIDPOOL_UID_MAX = _constants.UIDPOOL_UID_MAX
1485 1484

  
1486 1485
# Name or path of the pgrep command
1487 1486
PGREP = "pgrep"

Also available in: Unified diff