|
|
|
|
|
by bravetraveler
1221 days ago
|
|
This is a commonly recommended thing to do! It helps IPC performance in some ways - also makes sure nothing in there persists longer than intended. You might consider these common mount options for a little extra security: noexec,nosuid,nodev
(and potential headaches, to be fair)While /tmp is a great world-writable place, these restrict it from being home to executables/devices -- common sources of abuse |
|