[PATCH v2 0/1] Add Trusted Path Execution as a stackable LSM
From: Alan Cox <hidden>
Date: 2017-06-08 18:37:48
Also in:
lkml
From: Alan Cox <hidden>
Date: 2017-06-08 18:37:48
Also in:
lkml
http://phrack.org/issues/52/6.html#article | A trusted path is one that is inside a root owned directory that | is not group or world writable. /bin, /usr/bin, /usr/local/bin, are | (under normal circumstances) considered trusted. Any non-root | users home directory is not trusted, nor is /tmp.
Note that in the real world the trusted path would and should also require that any elements of the path above that point are also locked down if you are using path based models. Ie you need to ensure nobody has the ability to rename /usr or /usr/local before you trust /usr/local/bin. -- To unsubscribe from this list: send the line "unsubscribe linux-security-module" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html