]> git.ipfire.org Git - thirdparty/systemd.git/commit
systemctl: show SELinuxContext=, AppArmorProfile= and SmackProcessLabel=
authorINSUN PYO <insun.pyo@samsung.com>
Thu, 17 Jan 2019 06:53:13 +0000 (15:53 +0900)
committerLennart Poettering <lennart@poettering.net>
Mon, 4 Mar 2019 14:27:30 +0000 (15:27 +0100)
commitc7bb2fec78f6707c25cf202b6c80936623b11200
tree6e9adde6cbb8813bd7f6fda8ef8a870ab739c8bb
parent0d427d377a09b316fe9f291de08c18d3ef51d70d
systemctl: show SELinuxContext=, AppArmorProfile= and SmackProcessLabel=

Run: systemctl show -a dbus.service | grep -E "SELinuxContext|AppArmorProfile|SmackProcessLabel"

Before patch:
  SELinuxContext=[unprintable]
  AppArmorProfile=[unprintable]
  SmackProcessLabel=[unprintable]

After patch:
  SELinuxContext=[""|"value of context"]
  AppArmorProfile=[""|"value of context"]
  SmackProcessLabel=[""|"value of context"]
src/systemctl/systemctl.c