Home
last modified time | relevance | path

Searched refs:permissions (Results 1 – 25 of 70) sorted by relevance

123

/mirbsd/src/usr.bin/sudo/
DUPGRADE68 file with the old permissions it will attempt to update it to
70 the new permissions with an old sudo binary. It is suggested
73 sudoers as is and sudo will fix the permissions itself as long
DBUGS18 a user's entry has been validated, changing the permissions for
/mirbsd/src/usr.bin/newsyslog/
Dnewsyslog.c139 mode_t permissions; /* File permissions on the log */ member
565 working->permissions = (mode_t)l; in parse_file()
786 printf("\tchmod %o %s\n", ent->permissions, file2); in rotate()
791 if (chmod(file2, ent->permissions)) in rotate()
823 if (fchmod(fd, ent->permissions)) in dotrim()
842 printf("\tchmod %o %s\n", ent->permissions, file1); in dotrim()
845 ent->permissions)) in dotrim()
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dlinux-nat.c2448 char *permissions, in read_mapping() argument
2453 addr, endaddr, permissions, offset, device, inode); in read_mapping()
2483 char permissions[8], device[8], filename[MAXPATHLEN]; in linux_nat_find_memory_regions() local
2497 while (read_mapping (mapsfile, &addr, &endaddr, &permissions[0], in linux_nat_find_memory_regions()
2503 read = (strchr (permissions, 'r') != 0); in linux_nat_find_memory_regions()
2504 write = (strchr (permissions, 'w') != 0); in linux_nat_find_memory_regions()
2505 exec = (strchr (permissions, 'x') != 0); in linux_nat_find_memory_regions()
2785 char permissions[8], device[8], filename[MAXPATHLEN]; in linux_nat_info_proc_cmd() local
2803 while (read_mapping (procfile, &addr, &endaddr, &permissions[0], in linux_nat_info_proc_cmd()
/mirbsd/src/gnu/usr.bin/perl/lib/Net/t/
Dnetrc.t61 ok( scalar($warn =~ /^Bad permissions:/),
/mirbsd/src/usr.sbin/makefs/
DREADME31 - mtree(8) specification file containing permissions and ownership
72 - (optionally) Change the permissions in the tree according to
/mirbsd/src/gnu/usr.sbin/sendmail/
DREADME69 then the directories listed have inappropriate write permissions and
132 already have restricted permissions, the only files that need
135 TrustedUser option. Changing the permissions to be only readable and
145 If the permissions 0640 are used, be sure that only trusted users belong
147 be group readable. As of sendmail 8.12.4, the permissions shown above
148 are the default permissions for newly created files.
DKNOWNBUGS259 permission failure race as sendmail checks the permissions before locking
/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
DSECURITY55 and submit.cf for the submission program. The following permissions
72 permissions. In submit.cf the option UseMSP must be set, and
178 two with different permissions: one for message submission
/mirbsd/src/gnu/usr.bin/perl/lib/Net/
DlibnetFAQ.pod126 =head2 How can I change the permissions of a file on a remote server ?
128 The FTP protocol does not have a command for changing the permissions
193 =head2 Is it possible to change the file permissions of a file on an FTP server ?
196 file permissions on a remote host. However many servers do allow you to run the
/mirbsd/src/gnu/usr.bin/cvs/doc/
DRCSFILES92 permissions
99 own the file. The `permissions' field contains an octal integer,
100 representing the permissions that should be applied to the file. The
Dcvs.texinfo864 the file permissions appropriate for the repository.
868 * File permissions:: File permissions
869 * Windows permissions:: Issues specific to Windows
1004 @node File permissions
1005 @subsection File permissions
1007 @cindex Security, file permissions in repository
1008 @cindex File permissions, general
1010 @c FIXME: we need to somehow reflect "permissions in
1011 @c repository" versus "permissions in working
1013 @cindex Group, UNIX file permissions, in repository
[all …]
/mirbsd/src/gnu/usr.bin/perl/
DChanges5.00323 - A fix was added to installperl to insure that file permissions were
DREADME.cygwin66 and file permissions may not be set correctly. Since the build process
319 UNIX file permissions are based on sets of mode bits for
326 On WinNT with the I<ntsec> C<CYGWIN> setting, permissions use the standard
DREADME.amiga128 umask() works, but the correct permissions are only set when the file is
/mirbsd/src/usr.bin/vi/docs/
DTODO82 Load into the same address space (else, how do file permissions) forks
/mirbsd/src/gnu/usr.sbin/sendmail/smrsh/
DREADME100 /usr/adm/sm.bin. Change the file permissions, so that these programs
/mirbsd/src/gnu/usr.bin/perl/lib/Pod/
DFunctions.pm171 chmod File changes the permissions on a list of files
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlfaq5.pod535 permissions, timestamps, inode info, etc.
1056 permissions on a file say what can happen to the data in that file.
1057 The permissions on a directory say what can happen to the list of
1059 name from the directory (so the operation depends on the permissions
1061 the permissions of the file govern whether you're allowed to.
Dperlsec.pod17 user or group IDs. The setuid bit in Unix permissions is mode 04000, the
284 has any special permissions, does the C<open> or other system call.
398 permissions at the socially friendly 0755 level. This lets
Dperlport.pod297 and execute are all the permissions there are, and even if they exist,
413 like file permissions or owners. Remember to C<close> files when you
729 (From security viewpoint testing for permissions before attempting to
732 permissions between the permissions check and the actual operation.
1602 Access permissions are mapped onto VOS access-control list changes. (VOS)
1604 The actual permissions set depend on the value of the C<CYGWIN>
2057 C<umask> works but the correct permissions are set only when the file
/mirbsd/src/gnu/usr.bin/perl/Porting/
Drepository.pod86 with permissions set to be only readable by you), what your public
112 file permissions are not set correctly, in which case the files will be
Dpumpkin.pod397 =head2 Check permissions
427 Probably, the permissions for the files could be encoded in MANIFEST
432 permissions for system files; something like that might be appropriate.
684 deleted files. Unfortunately, it will not correctly set permissions
/mirbsd/src/usr.bin/ssh/
DLICENCE50 permissions and restrictions. Use only at your own responsibility.
/mirbsd/src/libexec/anoncvssh/
DREADME178 1) to have sup permissions granted on an appropriate machine for you

123