]> git.ipfire.org Git - people/stevee/selinux-policy.git/blobdiff - refpolicy/policy/modules/system/files.te
rename context_template() to gen_context()
[people/stevee/selinux-policy.git] / refpolicy / policy / modules / system / files.te
index 3545494aea4c727608aa62a212636276b7c51f90..a003f2db525b10112be4578dba6051c7a66e58f5 100644 (file)
@@ -61,7 +61,7 @@ type file_t, file_type, mountpoint;
 fs_associate(file_t)
 fs_associate_noxattr(file_t)
 kernel_rootfs_mountpoint(file_t)
-sid file context_template(system_u:object_r:file_t,s0)
+sid file gen_context(system_u:object_r:file_t,s0)
 
 #
 # home_root_t is the type for the directory where user home directories
@@ -104,7 +104,7 @@ type root_t, file_type, mountpoint; #, polyparent
 fs_associate(root_t)
 fs_associate_noxattr(root_t)
 kernel_rootfs_mountpoint(root_t)
-genfscon rootfs / context_template(system_u:object_r:root_t,s0)
+genfscon rootfs / gen_context(system_u:object_r:root_t,s0)
 
 #
 # src_t is the type of files in the system src directories.