Commit graph

  • 9ad1e6b40f Handle malloc failure in ipc_recv_response Drew DeVault 2016-12-15 17:05:12 -05:00
  • 6c0fc20936 Merge pull request #991 from barfoo1/registry_fix Drew DeVault 2016-12-14 04:29:52 -05:00
  • dc6942d10d minor logic error barfoo1 2016-12-14 10:24:13 +01:00
  • 6350752d6b Merge pull request #985 from myfreeweb/master Drew DeVault 2016-12-11 14:07:08 -05:00
  • da26d69cb1 Fix build on FreeBSD Greg V 2016-12-08 15:34:08 +03:00
  • d93e53fd4b Use return value of write Drew DeVault 2016-12-06 09:10:16 -05:00
  • 979878d8af Decrement expected_len Drew DeVault 2016-12-04 10:55:11 -05:00
  • cb0ca3c301 Change name of ld-library-path cmake variable Drew DeVault 2016-12-04 10:20:15 -05:00
  • 49fe25c106 Mention setcap in manual install instructions Drew DeVault 2016-12-04 09:59:25 -05:00
  • 1d39c22a38 Add link to security features issue in readme Drew DeVault 2016-12-04 09:52:38 -05:00
  • 1a509dcc29 Fix to sway-security(7) Drew DeVault 2016-12-04 09:49:13 -05:00
  • cdecf3c495 Drop restart command from sanity check Drew DeVault 2016-12-04 09:37:24 -05:00
  • 6604bb67ea Fix minor issues with default security config Drew DeVault 2016-12-04 09:12:31 -05:00
  • 35b8d185ac fix layout switching (was broken because of workspace_layout) D.B 2016-11-17 06:49:12 +01:00
  • 4762bcb3b9 wrap some views under workspaces D.B 2016-10-23 13:19:02 +02:00
  • 6fb4b6737a add workspace_layout to container D.B 2016-10-10 20:44:09 +02:00
  • 5778c59a2f Merge pull request #981 from SirCmpwn/security Drew DeVault 2016-12-04 08:30:40 -05:00
  • e7a764fdf4 Disallow everything by default Drew DeVault 2016-12-03 12:38:42 -05:00
  • 93d99f3712 Fix use-after-free Drew DeVault 2016-12-02 18:57:10 -05:00
  • d2d6fcd1ff Fix clang issues Drew DeVault 2016-12-02 18:38:31 -05:00
  • 8577095db7 Check for CAP_SYS_PTRACE Drew DeVault 2016-12-02 18:37:01 -05:00
  • d353da248b Add ipc connection feature policy controls Drew DeVault 2016-12-02 18:08:15 -05:00
  • 62dad7148f Enforce IPC security policy Drew DeVault 2016-12-02 17:55:03 -05:00
  • c8dc4925d1 Add IPC security policy command handlers Drew DeVault 2016-12-02 17:34:26 -05:00
  • e9e1a6a409 Add IPC policy to config Drew DeVault 2016-12-02 16:08:45 -05:00
  • 0a1b211e09 Drop -Denable-binding-event Drew DeVault 2016-12-02 16:01:33 -05:00
  • 25a4a85a59 Run config files through sed and install to /etc Drew DeVault 2016-12-02 15:56:36 -05:00
  • 751e6d2ab2 Clarify lock permission consequences Drew DeVault 2016-12-02 10:34:17 -05:00
  • 0c8dc0e6df Clarify that executable has to be a full path Drew DeVault 2016-12-02 10:32:08 -05:00
  • c61746a15b Soften up environment security Drew DeVault 2016-12-02 10:29:50 -05:00
  • a4e92ad272 Deal with LD_LIBRARY_PATH Drew DeVault 2016-12-02 10:23:30 -05:00
  • 1a143e601b Clarify when keyboard/mouse features work Drew DeVault 2016-12-02 10:17:53 -05:00
  • 4d312f753c Add docs on what features sway programs require Drew DeVault 2016-12-02 10:13:06 -05:00
  • 3dbeb9c35c Add sway-security(7) Drew DeVault 2016-12-02 10:05:43 -05:00
  • 10c2125040 Unset LD_PRELOAD on startup (before dropping root) Drew DeVault 2016-12-02 08:47:03 -05:00
  • 04fc10feeb Flesh out security_sanity_check Drew DeVault 2016-12-02 08:42:26 -05:00
  • 39cf9a82f7 Enforce command policies Drew DeVault 2016-12-02 08:17:45 -05:00
  • f23880b1fd Add support for command policies in config file Drew DeVault 2016-12-02 08:10:03 -05:00
  • 0d395681fe Enforce mouse permissions Drew DeVault 2016-12-01 22:11:48 -05:00
  • 8aeeacf178 Enforce keyboard permissions Drew DeVault 2016-12-01 22:09:33 -05:00
  • ffdbb9d050 Enforce fullscreen permissions Drew DeVault 2016-12-01 22:03:36 -05:00
  • dc4b57c868 Shut Clang up Drew DeVault 2016-12-01 21:58:38 -05:00
  • 21e1b2bef3 Add security checks for background, panel, lock Drew DeVault 2016-12-01 21:51:07 -05:00
  • 76cab04b4d Implement permit and reject commands Drew DeVault 2016-12-01 21:36:43 -05:00
  • 1a8a42f372 Memory leak Drew DeVault 2016-12-01 20:39:35 -05:00
  • 2675293200 Implement policy lookups Drew DeVault 2016-12-01 19:58:11 -05:00
  • 44cc0ef125 Add config related code and initial headers Drew DeVault 2016-12-01 19:38:36 -05:00
  • 5831f7ab68 Write example security config, start on code Drew DeVault 2016-12-01 19:27:35 -05:00
  • cd5694fdb5 Fix memory leaks in swaybar Drew DeVault 2016-11-28 08:45:27 -05:00
  • de79fee777 Minor README.md improvements Drew DeVault 2016-11-09 22:26:14 -05:00
  • 5c042c55ce Merge pull request #966 from thejan2009/layout-toggle Drew DeVault 2016-11-06 09:03:59 -07:00
  • 05be14ff7c change default layout toggle to L_HORIZ D.B 2016-11-06 08:13:24 +01:00
  • e9ac0492b7 Merge pull request #965 from thejan2009/swaybar-colours Drew DeVault 2016-11-03 08:32:10 -06:00
  • 3d1b472b83 swap unnecessary function for strndup D.B 2016-11-03 06:43:12 +01:00
  • 58eb7ac19f change bar colors from char[10] to *char D.B 2016-11-02 21:07:04 +01:00
  • ad4d21d60b add bar colours for focused_(workspace|statusline|separator) D.B 2016-11-02 18:48:43 +01:00
  • 39ee0ec552 use urgent_ws color in swaybar if binding_mode is undefined D.B 2016-11-02 17:09:34 +01:00
  • d3e55f88ec Log LD_LIBRARY_PATH Drew DeVault 2016-10-27 11:05:04 -04:00
  • 78b65e2317 Remove duplicate redhat-release line Drew DeVault 2016-10-27 10:57:18 -04:00
  • 7aef6e66ae Log uname -a on startup Drew DeVault 2016-10-27 10:50:22 -04:00
  • 6ad2186f0e Log contents of distro version files Drew DeVault 2016-10-27 10:48:46 -04:00
  • 0d6cbcacbe Log important env vars on startup Drew DeVault 2016-10-27 10:37:16 -04:00
  • de074b9347 Merge pull request #961 from t3hknr/master Drew DeVault 2016-10-25 16:24:32 -04:00
  • e8d8abfbb5 Add left_handed support for input devices Michał Winiarski 2016-10-25 22:03:58 +02:00
  • 47fd53812b Merge pull request #958 from Hummer12007/pango Drew DeVault 2016-10-20 09:47:49 -04:00
  • 2a24772c4b config: set pango_markup default to false Mykyta Holubakha 2016-10-20 16:43:38 +03:00
  • 2dcb54c32a Add screenshots wiki page to readme Drew DeVault 2016-10-12 23:56:41 -04:00
  • c0916f6138 Use CAIRO_OPERATOR_SOURCE for swaybar Drew DeVault 2016-10-12 23:44:19 -04:00
  • 67a9a94596 Overwrite alpha when drawing borders Drew DeVault 2016-10-12 22:42:23 -04:00
  • 56a7e5fbce Revert "Merge pull request #952 from SirCmpwn/revert-948-floating-titlebar-click" Drew DeVault 2016-10-12 21:54:19 -04:00
  • 15a67e57b0 Merge pull request #954 from SirCmpwn/revert-945-workspace_layout Drew DeVault 2016-10-12 21:26:12 -04:00
  • 4cba91803e Revert "Fixes dealing with workspace_layout and related bugs [rfc]" Drew DeVault 2016-10-12 21:26:06 -04:00
  • 857eea8b63 Merge pull request #952 from SirCmpwn/revert-948-floating-titlebar-click Drew DeVault 2016-10-12 12:27:50 -04:00
  • f30f60dad8 Revert "also check floating cons in container_find" Drew DeVault 2016-10-12 12:19:02 -04:00
  • ce713efcd2 Merge pull request #945 from thejan2009/workspace_layout Drew DeVault 2016-10-11 08:24:38 -04:00
  • 9ad6fc592d Merge pull request #948 from thejan2009/floating-titlebar-click Drew DeVault 2016-10-11 08:22:13 -04:00
  • 166c2a3687 generalize wrapping views under workspaces D.B 2016-10-11 09:11:56 +02:00
  • 571321a1d8 add workspace_layout, ensure ws is always L_HORIZ D.B 2016-10-10 20:44:09 +02:00
  • 0ddc4279d1 wrap workspace's child into a container if needed D.B 2016-10-10 20:39:48 +02:00
  • 24c3b86065 also check floating cons in container_find D.B 2016-10-10 21:26:08 +02:00
  • 6446e4409f Merge pull request #947 from alkino/fix_move_empty_workspace Drew DeVault 2016-10-10 20:51:55 -04:00
  • 5384d3effe Can't move an empty workspace Nicolas Cornu 2016-10-11 01:49:17 +02:00
  • 8d277bc962 Merge pull request #942 from thejan2009/bugfix-931 Drew DeVault 2016-10-08 09:45:21 -04:00
  • 0fc03f9c13 Merge pull request #941 from thejan2009/floating-border Drew DeVault 2016-10-08 09:45:06 -04:00
  • cc20f5cc35 Merge pull request #940 from thejan2009/reorder-cmd-handler Drew DeVault 2016-10-08 09:44:57 -04:00
  • 8264fedce6 fix for_window [] move scratchpad D.B 2016-10-08 12:37:28 +02:00
  • 746345e3b8 reorder cmd_handler arrays for bsearch D.B 2016-10-08 11:12:45 +02:00
  • 77f99480ae draw indicator border only for non-floating D.B 2016-10-08 09:07:11 +02:00
  • cd64df9b3a Merge pull request #938 from alkino/fix_sibling Drew DeVault 2016-10-07 16:37:02 -04:00
  • 382d47e238 Fix creating of sibling floating/children Nicolas Cornu 2016-10-07 22:29:56 +02:00
  • 7d823fbcae Merge pull request #937 from alkino/fix_scale_factor Drew DeVault 2016-10-07 14:56:44 -04:00
  • 2d82586c88 Add constant scale factor in get_text_size Nicolas Cornu 2016-10-07 20:38:56 +02:00
  • 02dc4142c0 Merge pull request #935 from thejan2009/wrap-focus-change Drew DeVault 2016-10-07 08:40:18 -04:00
  • 77433f0029 Merge pull request #936 from thejan2009/pango-numeric-char-ref Drew DeVault 2016-10-07 08:39:50 -04:00
  • 6f2c39610e parse pango markup in workspace names (and bugfix) D.B 2016-10-07 11:27:06 +02:00
  • 379b1a0378 add focus changing between floating containers D.B 2016-10-07 07:42:51 +02:00
  • d3f5ac8cbb add force_focus_wrapping option D.B 2016-10-07 07:32:57 +02:00
  • 7f558ce894 wrap container in direction (if possible) D.B 2016-10-07 07:10:06 +02:00
  • fa119661e9 Merge pull request #934 from alkino/fix_click_title_bar Drew DeVault 2016-10-06 15:22:29 -04:00
  • 6ced4098dc fix for click on title_bar Nicolas Cornu 2016-10-06 21:14:49 +02:00