Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tinylogin: add passwd alternative | Xin Ouyang | 2013-01-09 | 1 | -2/+3 |
| | | | | | | | | | | | | In meta-selinux layer, tinylogin links are installed as script wrappers instead of symlinks to get their security labels. So, they should use alternatives if there are same commands provided by other packages. passwd -> passwd.tinylogin -> passwd.shadow Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com> | ||||
* | tinylogin: create script wrappers for selinux | Xin Ouyang | 2012-10-18 | 1 | -0/+14 |
Symlink can not execute will security contexts, so create script wrappers for tinylogin commands instead of symlinks. Also add tinylogin's login command as a alternative. Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com> |