diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-21 13:29:51 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-21 13:29:51 +0200 |
commit | 4a015edb18735b7392e75fd6bbaddef1b9693fd1 (patch) | |
tree | 12313c9f508405b2511e537aa384ebab7a632a92 /doc | |
parent | architecture: security (diff) | |
download | mds-4a015edb18735b7392e75fd6bbaddef1b9693fd1.tar.gz mds-4a015edb18735b7392e75fd6bbaddef1b9693fd1.tar.bz2 mds-4a015edb18735b7392e75fd6bbaddef1b9693fd1.tar.xz |
confidentiality leads to implementation problems for other basic features
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/info/mds.texinfo | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index 4f65f83..8bb62dd 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -5142,7 +5142,9 @@ part of the display server where it is required. @item The monolithic architecture makes it trivial to isolate information for clients to achive -confidentiality. +confidentiality. Prioritising confidentiality +however leads to problems implementing features +such as screenshooting and global hotkeys. @item Monolithic server does not need to pass messages |