Skip to content

Commit b5c9e8b

Browse files
authored
Merge pull request #84 from zpytela/fb-container-ro
Change container_ro_file_t type statement to typealias
2 parents 4560dd4 + cbe1e72 commit b5c9e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container.te

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ systemd_unit_file(container_unit_file_t)
8686
type container_devpts_t alias docker_devpts_t;
8787
term_pty(container_devpts_t)
8888

89-
type container_ro_file_t alias { container_share_t docker_share_t };
89+
typealias container_ro_file_t alias { container_share_t docker_share_t };
9090
files_mountpoint(container_ro_file_t)
9191

9292
type container_port_t alias docker_port_t;

0 commit comments

Comments
 (0)