Lines Matching full:tmpfs
144 ; This example has three namespace 'tmpfs' types declared:
145 ; 1) Global .tmpfs
146 ; 2) file.tmpfs
147 ; 3) other_ns.tmpfs
150 ; This type is the global tmpfs:
151 (type tmpfs)
154 ; file namespace tmpfs
155 (type tmpfs)
159 (allow tmpfs tmpfs (file (open)))
161 ; allow file.tmpfs file.tmpfs : file.file open;
164 (allow tmpfs .tmpfs (file (read)))
166 ; allow file.tmpfs tmpfs : file.file read;
169 (allow .tmpfs .tmpfs (file (write)))
171 ; allow tmpfs tmpfs : file.file write;
175 (allow other_ns.tmpfs tmpfs (file (getattr)))
177 ; allow other_ns.tmpfs file.tmpfs : file.file getattr;
181 (type tmpfs)