selinux: Standardize string literal usage for selinuxfs directory names
authorDaniel Burgener <dburgener@linux.microsoft.com>
Wed, 19 Aug 2020 19:59:34 +0000 (15:59 -0400)
committerPaul Moore <paul@paul-moore.com>
Fri, 21 Aug 2020 13:39:10 +0000 (09:39 -0400)
commit613ba18798ac3cf257ecff65d490e8f1aa323588
treeda33817458a112f680d0504a08f569dc5179cf35
parent66ec384ad3044d63c9726493a412a2ad5317eae5
selinux: Standardize string literal usage for selinuxfs directory names

Switch class and policy_capabilities directory names to be referred to with
global constants, consistent with booleans directory name.  This will allow
for easy consistency of naming in future development.

Signed-off-by: Daniel Burgener <dburgener@linux.microsoft.com>
Acked-by: Stephen Smalley <stephen.smalley.work@gmail.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
security/selinux/selinuxfs.c