aboutsummaryrefslogtreecommitdiffstats
path: root/sway/security.c
Commit message (Collapse)AuthorAge
* Add minimal config subsystemLibravatar emersion2017-12-05
|
* Move everything to sway/old/Libravatar Drew DeVault2017-11-18
|
* Do not add empty policiesLibravatar Mykyta Holubakha2017-07-01
| | | | Policy allocation failure is non-fatal
* FreeBSD fixesLibravatar johalun2017-06-06
| | | | | | | Increase _POSIX_SOURCE value where needed. Increase _XOPEN_SOURCE value where needed. Conditionally link to libcap (only on Linux). Possibly some trailing whitespace fixes (automatic).
* Add validate_ipc_target()Libravatar Jerzi Kaminsky2017-04-16
|
* Move get_feature_policy to sway/security.cLibravatar Jerzi Kaminsky2017-04-16
|
* Disambiguate get_*_policy() and get_*_policy_mask()Libravatar Jerzi Kaminsky2017-04-16
|
* UnGNUify the codebaseLibravatar Drew DeVault2017-03-10
|
* Add initial support code for new IPC securityLibravatar Drew DeVault2017-02-20
|
* Handle allocation failures in security codeLibravatar Drew DeVault2016-12-15
| | | | Note that such errors are generally going to be fatal
* Fix build on FreeBSDLibravatar Greg V2016-12-09
| | | | | | | | | - Make sure CMake always finds absolute paths for Cairo, Pango and GdkPixbuf - Add forgotten json-c include path to swaymsg/CMakeLists.txt - Disable -Werror because of assert warnings - Add correct /proc/pid/file path for FreeBSD - Use libepoll-shim on FreeBSD - Only use Linux capabilities on, well, Linux
* Disallow everything by defaultLibravatar Drew DeVault2016-12-03
| | | | And update config.d/security to configure sane defaults
* Fix use-after-freeLibravatar Drew DeVault2016-12-02
|
* Add ipc connection feature policy controlsLibravatar Drew DeVault2016-12-02
|
* Enforce command policiesLibravatar Drew DeVault2016-12-02
|
* Add support for command policies in config fileLibravatar Drew DeVault2016-12-02
|
* Add security checks for background, panel, lockLibravatar Drew DeVault2016-12-01
|
* Implement permit and reject commandsLibravatar Drew DeVault2016-12-01
|
* Memory leakLibravatar Drew DeVault2016-12-01
|
* Implement policy lookupsLibravatar Drew DeVault2016-12-01