diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-15 12:53:13 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-02-13 19:44:42 -0800 |
commit | 911a4949532f7a72ee119ebcffb24d7e63836dc8 (patch) | |
tree | 6f433197f4b5ec3c63baf2d33df9301f28a000f1 | |
parent | 4e1895d9bd25a41a00038eddd61b8c86eb62b711 (diff) | |
download | weston-911a4949532f7a72ee119ebcffb24d7e63836dc8.tar.gz weston-911a4949532f7a72ee119ebcffb24d7e63836dc8.tar.bz2 weston-911a4949532f7a72ee119ebcffb24d7e63836dc8.zip |
set sticky bit SUID on weston-launch to make it launch
-rw-r--r-- | packaging/weston.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packaging/weston.spec b/packaging/weston.spec index 97434b82..4d6ca8e8 100644 --- a/packaging/weston.spec +++ b/packaging/weston.spec @@ -85,7 +85,10 @@ getent group weston-launch >/dev/null || %{_sbindir}/groupadd -o -r weston-launc %files %defattr(-,root,root) %_bindir/wcap-* -%_bindir/weston* +%_bindir/weston +%_bindir/weston-info +%attr(4755,root,root) %{_bindir}/weston-launch +%{_bindir}/weston-terminal %_libexecdir/weston-* %_libdir/weston %_datadir/weston |