#!/bin/sh echo "--------------------" echo "running socket test" echo "--------------------" ./socket if [ $? -ne 0 ]; then echo "[FAIL]" else echo "[PASS]" fi co'/>
summaryrefslogtreecommitdiff
path: root/kernel/audit_fsnotify.c
AgeCommit message (Expand)AuthorFilesLines