mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
selinux: explicitly declare the role "base_r"
This fixes the compilation of policy generated by mdp with the recent version of checkpolicy. Signed-off-by: Laurent Bigonville <bigon@bigon.be> Acked-by: Stephen Smalley <sds@tycho.nsa.gov> Signed-off-by: Paul Moore <pmoore@redhat.com>
This commit is contained in:
parent
c3c188b2c3
commit
fda4d578ed
@ -98,6 +98,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
/* types, roles, and allows */
|
||||
fprintf(fout, "type base_t;\n");
|
||||
fprintf(fout, "role base_r;\n");
|
||||
fprintf(fout, "role base_r types { base_t };\n");
|
||||
for (i = 0; secclass_map[i].name; i++)
|
||||
fprintf(fout, "allow base_t base_t:%s *;\n",
|
||||
|
Loading…
Reference in New Issue
Block a user