Remove building with NOCRYPTO option
[minix.git] / minix / net / uds / uds.conf
blob481f8919d30fca4632a451f471dcf7e63b0ef2a0
1 service uds
3         domain  LOCAL;
4         system  KILL;   # for SIGPIPE
5         uid     0;      # for socketpath(2) and copyfd(2)
6         ipc
7                 SYSTEM vfs rs vm mib
8         ;
9 };