搜索

12.2. 通知系统安全分类

download PDF

您可以在 overlay banner 中设置包含预定义消息的通知。对于需要在登录前读取系统安全分类的部署,这非常有用。

根据您的配置,通知可以在登录屏幕中、登录后、锁定屏幕或用户在一段时间内没有活动时显示。当出现通知时,您始终可以忽略通知。

流程

  1. 安装 gnome-shell-extension-heads-up-display 软件包:

    # dnf install gnome-shell-extension-heads-up-display
  2. 在以下位置之一创建 99-hud-message 文件:

    • 要在登录屏幕中配置通知,请创建 /etc/dconf/db/gdm.d/99-hud-message
    • 要在用户会话中配置通知,请创建 /etc/dconf/db/local.d/99-hud-message
  3. 在创建的文件中输入以下配置:

    [org/gnome/shell]
    enabled-extensions=['heads-up-display@gnome-shell-extensions.gcampax.github.com']
    
    [org/gnome/shell/extensions/heads-up-display]
    message-heading="Security classification title"
    message-body="Security classification description"
    # The following options control when the notification appears:
    show-when-locked=true
    show-when-unlocking=true
    show-when-unlocked=true

    将以下值替换为描述系统安全分类的文本:

    安全分类标题
    标识安全分类的简短标题。
    安全分类描述
    提供额外详情的较长消息,如引用各种指南。
    警告

    此配置会覆盖那些启用了扩展(如 启用系统安全分类横幅)的类似的配置文件。

    要启用多个扩展,在 enabled-extensions 列表中指定它们。例如:

    enabled-extensions=['heads-up-display@gnome-shell-extensions.gcampax.github.com', 'classification-banner@gnome-shell-extensions.gcampax.github.com']
  4. 更新 dconf 数据库:

    # dconf update
  5. 重启系统:

故障排除

  • 如果没有为现有用户显示通知,请以 用户身份登录并使用 Extensions 应用启用 标头显示消息 扩展。
Red Hat logoGithubRedditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

© 2024 Red Hat, Inc.