Home | History | Annotate | Download | only in mlockall
      1 #! /bin/sh
      2 #
      3 # Test that the appropriate privilege is required to lock process memory with
      4 # mlockall()
      5 #
      6 # This is tested implicitly via assertion 15.
      7 
      8 echo "Tested implicitly via assertion 15."
      9 exit 0
     10